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