add opera support

This commit is contained in:
Jean Carlo Nascimento 2011-10-20 17:24:54 -02:00
parent 0e12b1cb93
commit c81d2c321d
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,11 @@
25%, 75% {opacity: 0;}
}
@-o-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
@ -22,5 +27,6 @@
-webkit-animation-name: flash;
-moz-animation-name: flash;
-ms-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}