Skip to content

Commit 1367db2

Browse files
authored
Merge pull request #9 from andreiscripcaru22/patch-1
Fixes typo for `animationDuration`
2 parents fcea731 + 5eac87a commit 1367db2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

animate/animate.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ module.exports = function ({ settings = {}, variants = ['responsive'] }) {
5252
animationDelay: `5000ms`
5353
},
5454
'.fast': {
55-
animationDelay: `800ms`
55+
animationDuration: `800ms`
5656
},
5757
'.faster': {
58-
animationDelay: `500ms`
58+
animationDuration: `500ms`
5959
},
6060
'.slow': {
61-
animationDelay: `2000ms`
61+
animationDuration: `2000ms`
6262
},
6363
'.slower': {
64-
animationDelay: `3000ms`
64+
animationDuration: `3000ms`
6565
},
6666
'.bounce': {
6767
animationName: 'bounce',

0 commit comments

Comments
 (0)