diff options
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index a61ddd8..bae7d2f 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<html id="t" jsvalues="dir:textdirection;firstview:firstview"> +<html id="t" jsvalues="dir:textdirection;firstview:firstview;anim:anim"> <!-- This page is optimized for perceived performance. Our enemies are the time taken for the backend to generate our data, and the time taken to parse @@ -437,6 +437,9 @@ html[firstview='true'] #main { html[firstview='true'] #main.visible { opacity:1.0; } +html[anim='false'] * { + -webkit-transition-property: none !important +} #main { margin-left:auto; margin-right:auto; |