Add Opera support

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

View File

@ -58,6 +58,26 @@
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;