diff --git a/ace/ace_standard/Test.json b/ace/ace_standard/Test.json index 004ab0ff63bacee05cb09cc74c67d298ac263e53..b1263c06a2c4965f7df379af704a4705e179edd7 100755 --- a/ace/ace_standard/Test.json +++ b/ace/ace_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for aceceshi Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "100000", + "test-timeout": "200000", "package": "com.example.aceceshi", - "shell-timeout": "100000" + "shell-timeout": "200000" }, "kits": [ { diff --git a/ace/ace_standard/src/main/js/default/pages/panel/index.css b/ace/ace_standard/src/main/js/default/pages/panel/index.css index 772c7dc1ec66d6f1039c738d390ab1dc60e90de8..d2a4fabff476fe8b2613db9b3aea3d127c0e0ae9 100644 --- a/ace/ace_standard/src/main/js/default/pages/panel/index.css +++ b/ace/ace_standard/src/main/js/default/pages/panel/index.css @@ -335,55 +335,13 @@ } } - .ani2{ - color: #ad4e2a; - stroke-width: 55px; - line-cap: square; + background-color: #ad4e2a; + width: 55px; + height: 55px; margin: 5px; - transform-origin: 2% 3%; - animation-name:ani2Go; - animation-delay:5s; - animation-duration:10s; - animation-iteration-count:4; - animation-timing-function:ease-out; - animation-direction:reverse; - animation-fill-mode:forwards; - animation-play-state:running; - transition:all 0 ease 0; -} - -@keyframes ani2Go -{ - from { - background-color: #f76160; - opacity:0.3; - width:50px; - height: 50px; - background-position:10% 10% - } - 30% { - background-color: #60f761; - opacity:0.5; - width:70px; - height: 70px; - background-position:12% 12%; - transform:translateX(10px) translateY(5px) translateZ(15px) - rotateX(20deg) rotateY(25deg) rotateZ(15deg) scaleX(0.6) scaleY(0.5) scaleZ(1.5) perspective(10); - } - to { - background-color: #6160f7; - opacity:1; - width:90px; - height: 90px; - background-position:22% 22%; - transform:translateX(30px) translateY(45px) translateZ(55px) - rotateX(180deg) rotateY(185deg) rotateZ(150deg) scaleX(2) scaleY(2.5) scaleZ(3.5); - } } - - .gradient1{ stroke-width: 30px; line-cap: square; diff --git a/ace/ace_standard/src/main/js/default/pages/panel/index.hml b/ace/ace_standard/src/main/js/default/pages/panel/index.hml index 6bd59cb36c44b598324543ade50373b2f7757a83..9913e8fac02d5cf8e00cd59c1d1fc4194af57a01 100644 --- a/ace/ace_standard/src/main/js/default/pages/panel/index.hml +++ b/ace/ace_standard/src/main/js/default/pages/panel/index.hml @@ -216,7 +216,7 @@ 动画样式 - div动画样式1 + panel动画样式1
- - - + popup动画样式2 diff --git a/ace/ace_standard/src/main/js/default/pages/refresh/index.css b/ace/ace_standard/src/main/js/default/pages/refresh/index.css index 70719ddaa5eb40ee7a4226b6f4fddecb039e2ab5..1f09687310efd30f2c800a5b79ae84b291ebc6f7 100644 --- a/ace/ace_standard/src/main/js/default/pages/refresh/index.css +++ b/ace/ace_standard/src/main/js/default/pages/refresh/index.css @@ -362,55 +362,13 @@ refresh{ } } - .ani2{ - color: #ad4e2a; - stroke-width: 55px; - line-cap: square; + background-color: #ad4e2a; + width: 55px; + height: 55px; margin: 5px; - transform-origin: 2% 3%; - animation-name:ani2Go; - animation-delay:5s; - animation-duration:10s; - animation-iteration-count:4; - animation-timing-function:ease-out; - animation-direction:reverse; - animation-fill-mode:forwards; - animation-play-state:running; - transition:all 0 ease 0; -} - -@keyframes ani2Go -{ - from { - background-color: #f76160; - opacity:0.3; - width:50px; - height: 50px; - background-position:10% 10% - } - 30% { - background-color: #60f761; - opacity:0.5; - width:70px; - height: 70px; - background-position:12% 12%; - transform:translateX(10px) translateY(5px) translateZ(15px) - rotateX(20deg) rotateY(25deg) rotateZ(15deg) scaleX(0.6) scaleY(0.5) scaleZ(1.5) perspective(10); - } - to { - background-color: #6160f7; - opacity:1; - width:90px; - height: 90px; - background-position:22% 22%; - transform:translateX(30px) translateY(45px) translateZ(55px) - rotateX(180deg) rotateY(185deg) rotateZ(150deg) scaleX(2) scaleY(2.5) scaleZ(3.5); - } } - - .gradient1{ stroke-width: 30px; line-cap: square; diff --git a/ace/ace_standard/src/main/js/default/pages/stack/index.css b/ace/ace_standard/src/main/js/default/pages/stack/index.css index a93c22457e9e3a4e136833dec14f2505d809a5f2..6b666cb97b39cf9b634b4ba30f00bf4de13c3995 100644 --- a/ace/ace_standard/src/main/js/default/pages/stack/index.css +++ b/ace/ace_standard/src/main/js/default/pages/stack/index.css @@ -330,55 +330,13 @@ } } - .ani2{ - color: #ad4e2a; - stroke-width: 55px; - line-cap: square; + background-color: #ad4e2a; + width: 100%; + height: 55px; margin: 5px; - transform-origin: 2% 3%; - animation-name:ani2Go; - animation-delay:5s; - animation-duration:10s; - animation-iteration-count:4; - animation-timing-function:ease-out; - animation-direction:reverse; - animation-fill-mode:forwards; - animation-play-state:running; - transition:all 0 ease 0; -} - -@keyframes ani2Go -{ - from { - background-color: #f76160; - opacity:0.3; - width:50px; - height: 50px; - background-position:10% 10% - } - 30% { - background-color: #60f761; - opacity:0.5; - width:70px; - height: 70px; - background-position:12% 12%; - transform:translateX(10px) translateY(5px) translateZ(15px) - rotateX(20deg) rotateY(25deg) rotateZ(15deg) scaleX(0.6) scaleY(0.5) scaleZ(1.5) perspective(10); - } - to { - background-color: #6160f7; - opacity:1; - width:90px; - height: 90px; - background-position:22% 22%; - transform:translateX(30px) translateY(45px) translateZ(55px) - rotateX(180deg) rotateY(185deg) rotateZ(150deg) scaleX(2) scaleY(2.5) scaleZ(3.5); - } } - - .gradient1{ stroke-width: 30px; line-cap: square; diff --git a/ace/ace_standard/src/main/js/default/pages/stepper/index.css b/ace/ace_standard/src/main/js/default/pages/stepper/index.css index ff5fb7b16c4ea26f35a0d20c8db99ec2d286bae3..972f8bff4ef19dd410e99f04297a8b56f2d866eb 100644 --- a/ace/ace_standard/src/main/js/default/pages/stepper/index.css +++ b/ace/ace_standard/src/main/js/default/pages/stepper/index.css @@ -418,55 +418,13 @@ } } - .ani2{ - color: #ad4e2a; - stroke-width: 55px; - line-cap: square; + background-color: #ad4e2a; + width: 100%; + height: 75px; margin: 5px; - transform-origin: 2% 3%; - animation-name:ani2Go; - animation-delay:5s; - animation-duration:10s; - animation-iteration-count:4; - animation-timing-function:ease-out; - animation-direction:reverse; - animation-fill-mode:forwards; - animation-play-state:running; - transition:all 0 ease 0; -} - -@keyframes ani2Go -{ - from { - background-color: #f76160; - opacity:0.3; - width:50px; - height: 50px; - background-position:10% 10% - } - 30% { - background-color: #60f761; - opacity:0.5; - width:70px; - height: 70px; - background-position:12% 12%; - transform:translateX(10px) translateY(5px) translateZ(15px) - rotateX(20deg) rotateY(25deg) rotateZ(15deg) scaleX(0.6) scaleY(0.5) scaleZ(1.5) perspective(10); - } - to { - background-color: #6160f7; - opacity:1; - width:90px; - height: 90px; - background-position:22% 22%; - transform:translateX(30px) translateY(45px) translateZ(55px) - rotateX(180deg) rotateY(185deg) rotateZ(150deg) scaleX(2) scaleY(2.5) scaleZ(3.5); - } } - - .gradient1{ stroke-width: 30px; line-cap: square; diff --git a/ace/ace_standard/src/main/js/default/pages/stepper/index.hml b/ace/ace_standard/src/main/js/default/pages/stepper/index.hml index a683cedd2e54070d7007d3493b0e40aa7e61931c..d48065dced5fbab477a289afe272d578e1a5955f 100644 --- a/ace/ace_standard/src/main/js/default/pages/stepper/index.hml +++ b/ace/ace_standard/src/main/js/default/pages/stepper/index.hml @@ -261,10 +261,9 @@ stepper通用属性1 @@ -291,10 +290,9 @@ stepper通用属性2 - +
First @@ -319,7 +317,7 @@ stepper通用属性3 + class="stylePro" id="prop3" index="0" onnext="next" onback="back">
First @@ -488,7 +486,7 @@ stepper通用方法1 @@ -507,6 +505,7 @@
@@ -521,7 +520,7 @@