Add Opera support

This commit is contained in:
Jean Carlo Nascimento 2011-10-20 16:07:24 -02:00
parent 60509a87cd
commit aa793bb8ab
1 changed files with 20 additions and 0 deletions

View File

@ -58,6 +58,26 @@
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;