| Index: chrome/browser/resources/ntp_search/tile_page.css
|
| diff --git a/chrome/browser/resources/ntp_search/tile_page.css b/chrome/browser/resources/ntp_search/tile_page.css
|
| index 9f9105a3f3c05c258c9dae3f1ef2fa8af7a94a1a..669dad001212e6688d0688d6d5ca255ab94874df 100644
|
| --- a/chrome/browser/resources/ntp_search/tile_page.css
|
| +++ b/chrome/browser/resources/ntp_search/tile_page.css
|
| @@ -33,7 +33,7 @@
|
| }
|
|
|
| .tile-row {
|
| - -webkit-transition: opacity 200ms ease-in-out;
|
| + -webkit-transition: opacity 200ms;
|
| height: 105px;
|
| text-align: start;
|
| white-space: nowrap;
|
| @@ -74,7 +74,7 @@
|
| ----------------------------------------------------------------------------- */
|
|
|
| .animate-grid-width .tile-cell {
|
| - -webkit-transition: margin 200ms ease-out;
|
| + -webkit-transition: margin 200ms;
|
| -webkit-transition-property: margin, opacity, width;
|
| }
|
|
|
|
|