diff options
author | Jonathan Duran | 2012-06-27 14:02:07 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-06-27 14:02:07 -0700 |
commit | 9bf5f2d57a0f3be95b6ae2b310531909a84fdb31 (patch) | |
tree | b248ff08e29692fd450abd298daded0b8f68fd69 /js/document | |
parent | efdca7dd7aa521e03f5d34348bcf250ccb8505c5 (diff) | |
download | ninja-9bf5f2d57a0f3be95b6ae2b310531909a84fdb31.tar.gz |
Fix live preview animation lock
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 773baa03..037c1197 100755 --- a/js/document/templates/banner/index.html +++ b/js/document/templates/banner/index.html | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> | 19 | <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> |
20 | * { | 20 | * { |
21 | -webkit-animation: none !important; | ||
21 | -webkit-transition-duration: 0s !important; | 22 | -webkit-transition-duration: 0s !important; |
22 | -webkit-animation-duration: 0s !important; | 23 | -webkit-animation-duration: 0s !important; |
23 | -webkit-animation-name: none !important; | 24 | -webkit-animation-name: none !important; |
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index d7a44129..ef68a3c0 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html | |||
@@ -21,6 +21,7 @@ | |||
21 | 21 | ||
22 | <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> | 22 | <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> |
23 | * { | 23 | * { |
24 | -webkit-animation: none !important; | ||
24 | -webkit-transition-duration: 0s !important; | 25 | -webkit-transition-duration: 0s !important; |
25 | -webkit-animation-duration: 0s !important; | 26 | -webkit-animation-duration: 0s !important; |
26 | -webkit-animation-name: none !important; | 27 | -webkit-animation-name: none !important; |