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/templates/html | |
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/templates/html')
-rwxr-xr-x | js/document/templates/html/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |