Add Opera support

This commit is contained in:
Jean Carlo Nascimento 2011-10-20 16:01:26 -02:00
parent a73a879d51
commit a95540466a
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
60% {-ms-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}