From 14baa928e1f9cb790fc0e815b63c9623d595af83 Mon Sep 17 00:00:00 2001 From: Jean Carlo Nascimento Date: Thu, 20 Oct 2011 16:38:54 -0200 Subject: [PATCH] Add in class --- source/bounceOut.css | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/source/bounceOut.css b/source/bounceOut.css index 9337e25..b468789 100644 --- a/source/bounceOut.css +++ b/source/bounceOut.css @@ -78,26 +78,6 @@ } } -@-o-keyframes bounceOut { - 0% { - -o-transform: scale(1); - } - - 25% { - -o-transform: scale(.95); - } - - 50% { - opacity: 1; - -o-transform: scale(1.1); - } - - 100% { - opacity: 0; - -o-transform: scale(.3); - } -} - @keyframes bounceOut { 0% { transform: scale(1); @@ -122,5 +102,6 @@ -webkit-animation-name: bounceOut; -moz-animation-name: bounceOut; -ms-animation-name: bounceOut; + -o-animation-name: bounceOut; animation-name: bounceOut; } \ No newline at end of file