Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Side by Side Diff: chrome/browser/resources/local_ntp/most_visited_single.html

Issue 2316423003: NTP: fade-in the tiles only when they change, not when they are shown initially (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. --> 5 found in the LICENSE file. -->
6 <head> 6 <head>
7 <base target="_top"> 7 <base target="_top">
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9 <link rel="stylesheet" type="text/css" href="single.css"> 9 <link rel="stylesheet" type="text/css" href="single.css">
10 <style type="text/css" id="custom-theme"></style> 10 <style type="text/css" id="custom-theme"></style>
11 <script src="single.js"></script> 11 <script src="single.js"></script>
12 </head> 12 </head>
13 <body> 13 <body>
14 <div id="most-visited"> 14 <div id="most-visited"></div>
15 <div id="mv-tiles"></div>
16 </div>
17 </body> 15 </body>
18 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698