diff options
author | Nivesh Rajbhandari | 2012-07-02 09:23:13 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-07-02 09:23:13 -0700 |
commit | 2bae1b3148233288ec0bc50876935bdfea1f288c (patch) | |
tree | 686fa3b5b9615941bb7013f35c91e8f326b049db /js/document/templates/html/index.html | |
parent | 2da05a4c71bfe9b136384d9e94fbfbef19f24550 (diff) | |
parent | 12de4e49a309e210c13eb40b2ffa158ef2eb54a7 (diff) | |
download | ninja-2bae1b3148233288ec0bc50876935bdfea1f288c.tar.gz |
Merge branch 'refs/heads/ninja-internal' into MaterialsUI
Diffstat (limited to 'js/document/templates/html/index.html')
-rwxr-xr-x | js/document/templates/html/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index 8fc0d82f..ef68a3c0 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html | |||
@@ -21,9 +21,11 @@ | |||
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; |
28 | -webkit-animation-fill-mode: none !important; | ||
27 | } | 29 | } |
28 | 30 | ||
29 | body { | 31 | body { |