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

Unified Diff: chrome/browser/resources/ntp_search/mock/mock.js

Issue 10867021: NTP5: Improving the Tile Page resize logic (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/ntp_search/mock/mock.js
diff --git a/chrome/browser/resources/ntp_search/mock/mock.js b/chrome/browser/resources/ntp_search/mock/mock.js
index aa98f5771d27bb4c7de4a9b6ace94c71c67b594c..594c0439b97fb218318d2fbc568e79d457cfbb18 100644
--- a/chrome/browser/resources/ntp_search/mock/mock.js
+++ b/chrome/browser/resources/ntp_search/mock/mock.js
@@ -187,12 +187,12 @@
var debugArgs = {};
var debugStylesheet = null;
var animationSelectorSpeedMap = {
+ '#card-slider-frame': 250,
'#page-list': 200,
'.tile-grid': 200,
'.tile-grid-content': 200,
'.tile-row': 200,
- '.animate-tile .tile-cell': 200,
- '.debug .animate-tile .tile-cell': 200
+ '.animate-tile .tile-cell': 200
};
function adjustAnimationSpeed(slownessFactor) {

Powered by Google App Engine
This is Rietveld 408576698