| 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 2cbe9dfdaea89b810ef661759cd254aaf8144f4b..22a1c2e3c1d49911ec709095b22aa50097bf28c6 100644
|
| --- a/chrome/browser/resources/ntp_search/mock/mock.js
|
| +++ b/chrome/browser/resources/ntp_search/mock/mock.js
|
| @@ -187,13 +187,13 @@
|
| var debugArgs = {};
|
| var debugStylesheet = null;
|
| var animationSelectorSpeedMap = {
|
| + '#card-slider-frame': 250,
|
| '#page-list': 200,
|
| '.dot': 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) {
|
|
|