| 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) {
|
|
|