Prechádzať zdrojové kódy

白色圆点动画优化

leihao 11 mesiacov pred
rodič
commit
dbc7bbd2c8
1 zmenil súbory, kde vykonal 6 pridanie a 6 odobranie
  1. 6 6
      src/views/ordinaryPage/index.vue

+ 6 - 6
src/views/ordinaryPage/index.vue

@@ -2845,7 +2845,7 @@ export default {
   border-radius: 50%;
   left: 30%;
   top: 0;
-  animation: bmBenchTrailUpperCursorTapAnimation 1.5s linear 0s 1;
+  animation: bmBenchTrailUpperCursorTapAnimation 0.75s linear 0s 1;
 }
 
 @keyframes bmBenchTrailUpperCursorTapAnimation {
@@ -2902,7 +2902,7 @@ export default {
   border-radius: 50%;
   left: 30%;
   top: 0;
-  animation: bmBenchTrailUpperCursorPressAnimation 4s linear 0s 1;
+  animation: bmBenchTrailUpperCursorPressAnimation 2s linear 0s 1;
 }
 
 @keyframes bmBenchTrailUpperCursorPressAnimation {
@@ -2940,7 +2940,7 @@ export default {
   left: 30%;
   top: 0;
   pointer-events: none;
-  animation: bmBenchTrailUpperCursorAnimation 2s linear 0s 1;
+  animation: bmBenchTrailUpperCursorAnimation 1s linear 0s 1;
   box-sizing: border-box;
 }
 
@@ -3602,7 +3602,7 @@ export default {
   border-radius: 50%;
   left: 30%;
   top: 0;
-  animation: bmBenchTrailUpperCursorTapAnimation 1.5s linear 0s 1;
+  animation: bmBenchTrailUpperCursorTapAnimation 0.75s linear 0s 1;
 }
 
 @keyframes bmBenchTrailUpperCursorTapAnimation {
@@ -3659,7 +3659,7 @@ export default {
   border-radius: 50%;
   left: 30%;
   top: 0;
-  animation: bmBenchTrailUpperCursorPressAnimation 4s linear 0s 1;
+  animation: bmBenchTrailUpperCursorPressAnimation 2s linear 0s 1;
 }
 
 @keyframes bmBenchTrailUpperCursorPressAnimation {
@@ -3697,7 +3697,7 @@ export default {
   left: 30%;
   top: 0;
   pointer-events: none;
-  animation: bmBenchTrailUpperCursorAnimation 2s linear 0s 1;
+  animation: bmBenchTrailUpperCursorAnimation 1s linear 0s 1;
   box-sizing: border-box;
 }