mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-14 08:11:09 +01:00
Added prefixes for new animations
This commit is contained in:
parent
5dec8ae6d9
commit
2fd5671408
1 changed files with 12 additions and 12 deletions
24
animate.css
vendored
24
animate.css
vendored
|
@ -2563,15 +2563,15 @@
|
|||
.bounceOutDown { -webkit-animation-name: bounceOutDown; -moz-animation-name: bounceOutDown; -ms-animation-name: bounceOutDown; animation-name: bounceOutDown; }
|
||||
.bounceOutLeft { -webkit-animation-name: bounceOutLeft; -moz-animation-name: bounceOutLeft; -ms-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }
|
||||
.bounceOutRight { -webkit-animation-name: bounceOutRight; -moz-animation-name: bounceOutRight; -ms-animation-name: bounceOutRight; animation-name: bounceOutRight; }
|
||||
.bounce { -webkit-animation-name: bounce; }
|
||||
.shake { -webkit-animation-name: shake; }
|
||||
.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; }
|
||||
.rotateInDownRight { -webkit-animation-name: rotateInDownRight; }
|
||||
.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; }
|
||||
.rotateInUpRight { -webkit-animation-name: rotateInUpRight; }
|
||||
.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; }
|
||||
.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; }
|
||||
.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; }
|
||||
.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; }
|
||||
.rotateIn { -webkit-animation-name: rotateIn; }
|
||||
.rotateOut { -webkit-animation-name: rotateOut; }
|
||||
.bounce { -webkit-animation-name: bounce; -moz-animation-name: bounce; -ms-animation-name: bounce; animation-name: bounce; }
|
||||
.shake { -webkit-animation-name: shake; -moz-animation-name: shake; -ms-animation-name: shake; animation-name: shake; }
|
||||
.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; -moz-animation-name: rotateInDownLeft; -ms-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }
|
||||
.rotateInDownRight { -webkit-animation-name: rotateInDownRight; -moz-animation-name: rotateInDownRight; -ms-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }
|
||||
.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; -moz-animation-name: rotateInUpLeft; -ms-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }
|
||||
.rotateInUpRight { -webkit-animation-name: rotateInUpRight; -moz-animation-name: rotateInUpRight; -ms-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }
|
||||
.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; -moz-animation-name: rotateOutDownLeft; -ms-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }
|
||||
.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; -moz-animation-name: rotateOutDownRight; -ms-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }
|
||||
.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; -moz-animation-name: rotateOutUpLeft; -ms-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }
|
||||
.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; -moz-animation-name: rotateOutUpRight; -ms-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }
|
||||
.rotateIn { -webkit-animation-name: rotateIn; -moz-animation-name: rotateIn; -ms-animation-name: rotateIn; animation-name: rotateIn; }
|
||||
.rotateOut { -webkit-animation-name: rotateOut; -moz-animation-name: rotateOut; -ms-animation-name: rotateOut; animation-name: rotateOut; }
|
Loading…
Reference in a new issue