File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66.animated .infinite {
77 animation-iteration-count : infinite;
88}
9-
10- .animated .hinge {
11- animation-duration : 2s ;
12- }
13-
14- .animated .flipOutX ,
15- .animated .flipOutY ,
16- .animated .bounceIn ,
17- .animated .bounceOut {
18- animation-duration : .75s ;
19- }
Original file line number Diff line number Diff line change 3232}
3333
3434.bounceIn {
35+ animation-duration : .75s ;
3536 animation-name : bounceIn;
3637}
Original file line number Diff line number Diff line change 1515}
1616
1717.bounceOut {
18+ animation-duration : .75s ;
1819 animation-name : bounceOut;
1920}
Original file line number Diff line number Diff line change 1515}
1616
1717.flipOutX {
18+ animation-duration : .75s ;
1819 animation-name : flipOutX;
1920 backface-visibility : visible !important ;
2021}
Original file line number Diff line number Diff line change 1515}
1616
1717.flipOutY {
18+ animation-duration : .75s ;
1819 backface-visibility : visible !important ;
1920 animation-name : flipOutY;
2021}
Original file line number Diff line number Diff line change 2424}
2525
2626.hinge {
27+ animation-duration : 2s ;
2728 animation-name : hinge;
2829}
You can’t perform that action at this time.
0 commit comments