Add in class

This commit is contained in:
Jean Carlo Nascimento 2011-10-20 16:38:54 -02:00
parent 78c3428278
commit 14baa928e1

View File

@ -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;
}