Skip to content

Commit

Permalink
add opera support
Browse files Browse the repository at this point in the history
  • Loading branch information
suissa committed Oct 20, 2011
1 parent 9738cc6 commit eea980f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/fadeOutRightBig.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
-ms-transform: translateX(2000px);
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}

100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
Expand All @@ -47,5 +58,6 @@
-webkit-animation-name: fadeOutRightBig;
-moz-animation-name: fadeOutRightBig;
-ms-animation-name: fadeOutRightBig;
-o-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}

0 comments on commit eea980f

Please sign in to comment.