We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e61b0c + 1366d71 commit f1ce5d8Copy full SHA for f1ce5d8
package.json
@@ -5,11 +5,12 @@
5
"type": "git",
6
"url": "https://github.com/daneden/animate.css.git"
7
},
8
+ "license": "MIT",
9
"jspm": {
- "main":"animate.css!",
10
- "format":"global",
+ "main": "animate.css!",
11
+ "format": "global",
12
"directories": {
- "lib":"./"
13
+ "lib": "./"
14
}
15
16
"devDependencies": {
source/_base.css
@@ -19,12 +19,9 @@ Copyright (c) 2015 Daniel Eden
19
animation-duration: 2s;
20
21
22
-.animated.bounceIn,
23
-.animated.bounceOut {
24
- animation-duration: .75s;
25
-}
26
-
27
.animated.flipOutX,
28
-.animated.flipOutY {
+.animated.flipOutY,
+.animated.bounceIn,
+.animated.bounceOut{
29
animation-duration: .75s;
30
0 commit comments