From 2fd5671408807457d6c2a6d8036adf7fe7756a8f Mon Sep 17 00:00:00 2001 From: Dan Eden Date: Wed, 12 Oct 2011 17:51:34 +0200 Subject: [PATCH] Added prefixes for new animations --- animate.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/animate.css b/animate.css index 267de8c..cc78cf4 100644 --- a/animate.css +++ b/animate.css @@ -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; } \ No newline at end of file +.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; } \ No newline at end of file