From 98f9b6555bb7db7d15b0842758f27b2a77c4da5e Mon Sep 17 00:00:00 2001 From: Jonathan Duran Date: Wed, 27 Jun 2012 11:19:44 -0700 Subject: Fix element getting stuck with live preview mode Signed-off-by: Jonathan Duran --- js/document/templates/banner/index.html | 1 + js/document/templates/html/index.html | 1 + 2 files changed, 2 insertions(+) (limited to 'js/document') diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html index 626dc0bc..773baa03 100755 --- a/js/document/templates/banner/index.html +++ b/js/document/templates/banner/index.html @@ -21,6 +21,7 @@ -webkit-transition-duration: 0s !important; -webkit-animation-duration: 0s !important; -webkit-animation-name: none !important; + -webkit-animation-fill-mode: none !important; } body { diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index 8fc0d82f..d7a44129 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html @@ -24,6 +24,7 @@ -webkit-transition-duration: 0s !important; -webkit-animation-duration: 0s !important; -webkit-animation-name: none !important; + -webkit-animation-fill-mode: none !important; } body { -- cgit v1.2.3