Browse Source

添加切换效果

linxuxiang 5 months ago
parent
commit
1f7f3d8a52
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/utils/animate.ts

+ 6 - 1
src/utils/animate.ts

@@ -45,6 +45,10 @@ const error = {
   enter: animatePrefix + 'animate__shakeX'
 };
 
+const hand = {
+  enter: animatePrefix + 'animate__fadeInDownBig'
+};
+
 export default {
   mask,
   dialog,
@@ -53,5 +57,6 @@ export default {
   foul,
   report,
   run,
-  error
+  error,
+  hand
 };