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 6fc58a019fe66e6a1d217517d29ae3f841f73c8f..7d5efe29e68c33f15d7ef9d4a104083bd4f71a34 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; |
@@ -50,7 +50,7 @@ |
.animate-page-height { |
/* TODO(pedrosimonetti): Confirm the easing function with Marcin. */ |
- -webkit-transition: height 200ms ease-in-out; |
+ -webkit-transition: height 200ms; |
} |
/* ----------------------------------------------------------------------------- |
@@ -72,7 +72,7 @@ |
----------------------------------------------------------------------------- */ |
.animate-grid-width .tile-cell { |
- -webkit-transition: margin 200ms ease-out; |
+ -webkit-transition: margin 200ms; |
-webkit-transition-property: margin, opacity, width; |
} |
@@ -98,4 +98,4 @@ |
.tile-grid .hide-row .tile-cell { |
opacity: 1; |
-} |
+} |