Skip to content

Commit 11d6197

Browse files
author
Andrei Scripcaru
authored
Fixing one tricky typo for zoomOut class
1 parent 1ea540e commit 11d6197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

animate/animate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ module.exports = function ({ settings = {}, variants = ['responsive'] }) {
214214
animationName: 'bounceOutUp',
215215
},
216216
'.zoomOut': {
217-
animationName: 'zoomIn',
217+
animationName: 'zoomOut',
218218
},
219219
'.zoomOutDown': {
220220
animationName: 'zoomOutDown',

0 commit comments

Comments
 (0)