Skip to content

Commit 1dd04c6

Browse files
authored
Merge pull request #15 from ghost/patch-2
Fixing one tricky typo for `zoomOut` class
2 parents 1ea540e + 11d6197 commit 1dd04c6

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)