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

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

Issue 7611001: ntp4: spiffiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm TODO Created 9 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/shared/css/menu.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/apps_page.css
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
index aff305b2b2952536b7b62a0b8406df9e30bee28d..7f4847a1212e5bc18973d9f8384c75e65ec47cfa 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -6,6 +6,15 @@
.app {
position: absolute;
text-align: center;
+ -webkit-transition: -webkit-transform 0.1s;
+}
+
+.app:active,
+.dragging .app,
+.drag-representation .app {
+ /* Don't animate the initial scaling. */
+ -webkit-transition-duration: 0;
+ -webkit-transform: scale(1.1);
}
.app-contents > span {
@@ -17,7 +26,6 @@
white-space: nowrap;
}
-/* TODO(estade): hover effect? press effect? */
.app-contents > img {
cursor: pointer;
display: block;
« no previous file with comments | « no previous file | chrome/browser/resources/shared/css/menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698