Skip to content

Commit f1ce5d8

Browse files
committed
Merge branch 'master' of github.com:daneden/animate.css
2 parents 3e61b0c + 1366d71 commit f1ce5d8

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"type": "git",
66
"url": "https://github.com/daneden/animate.css.git"
77
},
8+
"license": "MIT",
89
"jspm": {
9-
"main":"animate.css!",
10-
"format":"global",
10+
"main": "animate.css!",
11+
"format": "global",
1112
"directories": {
12-
"lib":"./"
13+
"lib": "./"
1314
}
1415
},
1516
"devDependencies": {

source/_base.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ Copyright (c) 2015 Daniel Eden
1919
animation-duration: 2s;
2020
}
2121

22-
.animated.bounceIn,
23-
.animated.bounceOut {
24-
animation-duration: .75s;
25-
}
26-
2722
.animated.flipOutX,
28-
.animated.flipOutY {
23+
.animated.flipOutY,
24+
.animated.bounceIn,
25+
.animated.bounceOut{
2926
animation-duration: .75s;
3027
}

0 commit comments

Comments
 (0)