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