Bump version

This commit is contained in:
Daniel Eden 2015-03-18 09:31:23 -07:00
parent 73375a830f
commit caf2fad605
4 changed files with 15 additions and 11 deletions

20
animate.css vendored
View file

@ -24,6 +24,18 @@ Copyright (c) 2015 Daniel Eden
animation-duration: 2s; 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 { @-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% { 0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
@ -597,8 +609,6 @@ Copyright (c) 2015 Daniel Eden
.bounceIn { .bounceIn {
-webkit-animation-name: bounceIn; -webkit-animation-name: bounceIn;
animation-name: bounceIn; animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
} }
@-webkit-keyframes bounceInDown { @-webkit-keyframes bounceInDown {
@ -957,8 +967,6 @@ Copyright (c) 2015 Daniel Eden
.bounceOut { .bounceOut {
-webkit-animation-name: bounceOut; -webkit-animation-name: bounceOut;
animation-name: bounceOut; animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
} }
@-webkit-keyframes bounceOutDown { @-webkit-keyframes bounceOutDown {
@ -1982,8 +1990,6 @@ Copyright (c) 2015 Daniel Eden
.flipOutX { .flipOutX {
-webkit-animation-name: flipOutX; -webkit-animation-name: flipOutX;
animation-name: flipOutX; animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important; -webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important; -ms-backface-visibility: visible !important;
backface-visibility: visible !important; backface-visibility: visible !important;
@ -2036,8 +2042,6 @@ Copyright (c) 2015 Daniel Eden
backface-visibility: visible !important; backface-visibility: visible !important;
-webkit-animation-name: flipOutY; -webkit-animation-name: flipOutY;
animation-name: flipOutY; animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
} }
@-webkit-keyframes lightSpeedIn { @-webkit-keyframes lightSpeedIn {

2
animate.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{ {
"name": "animate.css", "name": "animate.css",
"version": "3.2.3", "version": "3.2.4",
"main": "./animate.css", "main": "./animate.css",
"ignore": [ "ignore": [
".*", ".*",

View file

@ -1,6 +1,6 @@
{ {
"name": "animate.css", "name": "animate.css",
"version": "3.2.3", "version": "3.2.4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/daneden/animate.css.git" "url": "https://github.com/daneden/animate.css.git"