mzx16822 vor 6 Jahren
Ursprung
Commit
3564c36b2a
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      public/plugins/layui/css/main.css

+ 6 - 6
public/plugins/layui/css/main.css

@@ -167,16 +167,16 @@ body{
 .qs-item li:nth-child(2n){
     -webkit-animation-name: bounceInLeft;
     animation-name: bounceInLeft;
-    -webkit-animation-duration: 2s;
-    animation-duration: 2s;
+    -webkit-animation-duration: .5s;
+    animation-duration: .5s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
 }
 .qs-item li:nth-child(2n-1){
-    -webkit-animation-name: fadeInRight;
-    animation-name: fadeInRight;
-    -webkit-animation-duration: 2s;
-    animation-duration: 2s;
+    -webkit-animation-name: bounceInRight;
+    animation-name: bounceInRight;
+    -webkit-animation-duration: .5s;
+    animation-duration: .5s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
 }