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

Unified Diff: chrome/browser/resources/ntp_search/tile_page.css

Issue 10867021: NTP5: Improving the Tile Page resize logic (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resync'ing and rebasing Created 8 years, 3 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/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;
}
« no previous file with comments | « chrome/browser/resources/ntp_search/thumbnail_page.css ('k') | chrome/browser/resources/ntp_search/tile_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698