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

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

Issue 8680003: Clean-up: Change chrome/browser's CSS time units from s to ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reverting change to 1.8s -> 1800ms in print_preview.css Created 9 years, 1 month 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/ntp4/tile_page.css
diff --git a/chrome/browser/resources/ntp4/tile_page.css b/chrome/browser/resources/ntp4/tile_page.css
index 70ac3d8665077a65b3d8f85280590e8dc71a7c66..f118f06a108737035621224955b65a141a9576fd 100644
--- a/chrome/browser/resources/ntp4/tile_page.css
+++ b/chrome/browser/resources/ntp4/tile_page.css
@@ -78,7 +78,7 @@
pointer-events: none;
position: fixed;
z-index: 3;
- -webkit-transition: opacity 0.2s;
+ -webkit-transition: opacity 200ms;
}
.tile.drag-representation.placing > * {
@@ -124,7 +124,7 @@
}
.tile > .new-tile-contents {
- -webkit-animation: bounce 0.5s ease-in-out;
+ -webkit-animation: bounce 500ms ease-in-out;
}
@-webkit-keyframes blipout {
@@ -153,7 +153,7 @@
.tile > .removing-tile-contents {
pointer-events: none;
- -webkit-animation: blipout 0.3s;
+ -webkit-animation: blipout 300ms;
}
.tile-page:not(.selected-card) * {
« no previous file with comments | « chrome/browser/resources/ntp4/recently_closed.css ('k') | chrome/browser/resources/options/chromeos/system_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698