Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Mar 18, 2015
1 parent 73375a8 commit caf2fad
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
20 changes: 12 additions & 8 deletions animate.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ Copyright (c) 2015 Daniel Eden
animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}

@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
Expand Down Expand Up @@ -597,8 +609,6 @@ Copyright (c) 2015 Daniel Eden
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
Expand Down Expand Up @@ -957,8 +967,6 @@ Copyright (c) 2015 Daniel Eden
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
Expand Down Expand Up @@ -1982,8 +1990,6 @@ Copyright (c) 2015 Daniel Eden
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
Expand Down Expand Up @@ -2036,8 +2042,6 @@ Copyright (c) 2015 Daniel Eden
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
Expand Down
2 changes: 1 addition & 1 deletion animate.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animate.css",
"version": "3.2.3",
"version": "3.2.4",
"main": "./animate.css",
"ignore": [
".*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animate.css",
"version": "3.2.3",
"version": "3.2.4",
"repository": {
"type": "git",
"url": "https://github.com/daneden/animate.css.git"
Expand Down

0 comments on commit caf2fad

Please sign in to comment.