From c81d2c321da01af7b9e435b18b281c002f967c3a Mon Sep 17 00:00:00 2001 From: Jean Carlo Nascimento Date: Thu, 20 Oct 2011 17:24:54 -0200 Subject: [PATCH] add opera support --- source/flash.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/flash.css b/source/flash.css index c506b0b..6e181b3 100644 --- a/source/flash.css +++ b/source/flash.css @@ -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; } \ No newline at end of file