From 640f132020a7b955f8f4ecfa27356368daf12944 Mon Sep 17 00:00:00 2001 From: Jean Carlo Nascimento Date: Thu, 20 Oct 2011 17:10:31 -0200 Subject: [PATCH] add opera support --- source/fadeInRightBig.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/fadeInRightBig.css b/source/fadeInRightBig.css index 9746f16..1e11510 100644 --- a/source/fadeInRightBig.css +++ b/source/fadeInRightBig.css @@ -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;