From a95540466a6e499ed403fa5d4f04cc27293aeb60 Mon Sep 17 00:00:00 2001 From: Jean Carlo Nascimento Date: Thu, 20 Oct 2011 16:01:26 -0200 Subject: [PATCH] Add Opera support --- source/bounce.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/bounce.css b/source/bounce.css index 02a9822..4e6aaf5 100644 --- a/source/bounce.css +++ b/source/bounce.css @@ -16,6 +16,11 @@ 60% {-ms-transform: translateY(-15px);} } +@-o-keyframes bounce { + 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);} + 40% {-o-transform: translateY(-30px);} + 60% {-o-transform: translateY(-15px);} +} @keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-30px);}