Skip to content

Commit 028511a

Browse files
committed
update version to 0.1.2
1 parent 691035c commit 028511a

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
@@ -152,7 +152,7 @@ module.exports = function (settings = {}, variants = ['responsive']) {
152152
},
153153
'.bounceIn': {
154154
animationName: 'bounceIn',
155-
animationDuration: '0.75s'
155+
animationDuration: `${bounceInSpeed}ms`,
156156
},
157157
'.bounceInDown': {
158158
animationName: 'bounceInDown',

0 commit comments

Comments
 (0)