Skip to content

Commit caf2fad

Browse files
committed
Bump version
1 parent 73375a8 commit caf2fad

4 files changed

Lines changed: 15 additions & 11 deletions

File tree

animate.css

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ Copyright (c) 2015 Daniel Eden
2424
animation-duration: 2s;
2525
}
2626

27+
.animated.bounceIn,
28+
.animated.bounceOut {
29+
-webkit-animation-duration: .75s;
30+
animation-duration: .75s;
31+
}
32+
33+
.animated.flipOutX,
34+
.animated.flipOutY {
35+
-webkit-animation-duration: .75s;
36+
animation-duration: .75s;
37+
}
38+
2739
@-webkit-keyframes bounce {
2840
0%, 20%, 53%, 80%, 100% {
2941
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
@@ -597,8 +609,6 @@ Copyright (c) 2015 Daniel Eden
597609
.bounceIn {
598610
-webkit-animation-name: bounceIn;
599611
animation-name: bounceIn;
600-
-webkit-animation-duration: .75s;
601-
animation-duration: .75s;
602612
}
603613

604614
@-webkit-keyframes bounceInDown {
@@ -957,8 +967,6 @@ Copyright (c) 2015 Daniel Eden
957967
.bounceOut {
958968
-webkit-animation-name: bounceOut;
959969
animation-name: bounceOut;
960-
-webkit-animation-duration: .75s;
961-
animation-duration: .75s;
962970
}
963971

964972
@-webkit-keyframes bounceOutDown {
@@ -1982,8 +1990,6 @@ Copyright (c) 2015 Daniel Eden
19821990
.flipOutX {
19831991
-webkit-animation-name: flipOutX;
19841992
animation-name: flipOutX;
1985-
-webkit-animation-duration: .75s;
1986-
animation-duration: .75s;
19871993
-webkit-backface-visibility: visible !important;
19881994
-ms-backface-visibility: visible !important;
19891995
backface-visibility: visible !important;
@@ -2036,8 +2042,6 @@ Copyright (c) 2015 Daniel Eden
20362042
backface-visibility: visible !important;
20372043
-webkit-animation-name: flipOutY;
20382044
animation-name: flipOutY;
2039-
-webkit-animation-duration: .75s;
2040-
animation-duration: .75s;
20412045
}
20422046

20432047
@-webkit-keyframes lightSpeedIn {

animate.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "animate.css",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"main": "./animate.css",
55
"ignore": [
66
".*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "animate.css",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daneden/animate.css.git"

0 commit comments

Comments
 (0)