diff options
author | Jonathan Duran | 2012-06-27 11:19:44 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-06-27 11:19:44 -0700 |
commit | 98f9b6555bb7db7d15b0842758f27b2a77c4da5e (patch) | |
tree | 4bb8c55269d0a838216d40f4b4d582372af1ae28 /js/document | |
parent | dda617d86a8ff17cad8a97ae96435b7de6ab69b4 (diff) | |
download | ninja-98f9b6555bb7db7d15b0842758f27b2a77c4da5e.tar.gz |
Fix element getting stuck with live preview mode
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/templates/banner/index.html | 1 | ||||
-rwxr-xr-x | js/document/templates/html/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ | |||
21 | -webkit-transition-duration: 0s !important; | 21 | -webkit-transition-duration: 0s !important; |
22 | -webkit-animation-duration: 0s !important; | 22 | -webkit-animation-duration: 0s !important; |
23 | -webkit-animation-name: none !important; | 23 | -webkit-animation-name: none !important; |
24 | -webkit-animation-fill-mode: none !important; | ||
24 | } | 25 | } |
25 | 26 | ||
26 | body { | 27 | 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 @@ | |||
24 | -webkit-transition-duration: 0s !important; | 24 | -webkit-transition-duration: 0s !important; |
25 | -webkit-animation-duration: 0s !important; | 25 | -webkit-animation-duration: 0s !important; |
26 | -webkit-animation-name: none !important; | 26 | -webkit-animation-name: none !important; |
27 | -webkit-animation-fill-mode: none !important; | ||
27 | } | 28 | } |
28 | 29 | ||
29 | body { | 30 | body { |