@@ -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