Add Opera support

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

View File

@ -58,6 +58,26 @@
}
}
@-o-keyframes bounceInLeft {
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 bounceInLeft {
0% {
opacity: 0;