Переглянути джерело

style: 去掉小球延时

cuiyalong 3 роки тому
батько
коміт
7aa3d041a5

+ 2 - 2
src/web/staticres/common-module/active/2022.5.20/task.css

@@ -577,10 +577,10 @@
   transition: left,right,top,bottom 1.3s ease;
 }
 .floating.delay-100 {
-  animation-delay: 0.1s;
+  /* animation-delay: 0.1s; */
 }
 .floating.delay-300 {
-  animation-delay: 0.3s;
+  /* animation-delay: 0.3s; */
 }
 
 @keyframes floating {

+ 2 - 2
src/web/staticres/frontRouter/pc/activity/css/task.css

@@ -552,10 +552,10 @@
   transition: all 1.3s ease;
 }
 .floating.delay-100 {
-  animation-delay: 0.1s;
+  /* animation-delay: 0.1s; */
 }
 .floating.delay-300 {
-  animation-delay: 0.3s;
+  /* animation-delay: 0.3s; */
 }
 
 @keyframes floating {