@@ -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 {
0 commit comments