File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,3 +18,13 @@ Copyright (c) 2015 Daniel Eden
1818.animated .hinge {
1919 animation-duration : 2s ;
2020}
21+
22+ .animated .bounceIn ,
23+ .animated .bounceOut {
24+ animation-duration : .75s ;
25+ }
26+
27+ .animated .flipOutX ,
28+ .animated .flipOutY {
29+ animation-duration : .75s ;
30+ }
Original file line number Diff line number Diff line change 3333
3434.bounceIn {
3535 animation-name : bounceIn;
36- animation-duration : .75s ;
3736}
Original file line number Diff line number Diff line change 1616
1717.bounceOut {
1818 animation-name : bounceOut;
19- animation-duration : .75s ;
2019}
Original file line number Diff line number Diff line change 1616
1717.flipOutX {
1818 animation-name : flipOutX;
19- animation-duration : .75s ;
2019 backface-visibility : visible !important ;
2120}
Original file line number Diff line number Diff line change 1717.flipOutY {
1818 backface-visibility : visible !important ;
1919 animation-name : flipOutY;
20- animation-duration : .75s ;
2120}
You can’t perform that action at this time.
0 commit comments