add opera support

This commit is contained in:
Jean Carlo Nascimento 2011-10-20 17:10:31 -02:00
parent 039dc74388
commit 640f132020

View File

@ -34,6 +34,18 @@
} }
} }
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig { @keyframes fadeInRightBig {
0% { 0% {
opacity: 0; opacity: 0;