Add opera support

This commit is contained in:
Jean Carlo Nascimento 2011-10-20 16:04:30 -02:00
parent 35855f23b2
commit 1a70219609
1 changed files with 20 additions and 0 deletions

View File

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