Browse Source

fix 动画闪烁

1711193168@qq.com 5 năm trước cách đây
mục cha
commit
b5a7f5585d

+ 1 - 1
src/views/index/components/communication/index.scss

@@ -50,7 +50,7 @@
       transform: translateY(0);
     }
     100% {
-      transform: translateY(-300px);
+      transform: translateY(-600px);
     }
   }
 }

+ 1 - 1
src/views/index/components/entrance-guard/index.scss

@@ -50,7 +50,7 @@
       transform: translateY(0);
     }
     100% {
-      transform: translateY(-220px);
+      transform: translateY(-600px);
     }
   }
 }

+ 1 - 1
src/views/index/components/parking/index.scss

@@ -50,7 +50,7 @@
       transform: translateY(0);
     }
     100% {
-      transform: translateY(-300px);
+      transform: translateY(-600px);
     }
   }
 }