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 039dc74 commit 640f132
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/fadeInRightBig.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
}
}

@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}

100% {
opacity: 1;
-o-transform: translateX(0);
}
}

@keyframes fadeInRightBig {
0% {
opacity: 0;
Expand Down

0 comments on commit 640f132

Please sign in to comment.