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

Unified Diff: chrome/browser/resources/contextual_search/promo.css

Issue 456833003: [Search] Make the text swoosh away off the screen when the user taps the opt-in link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 6 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
Index: chrome/browser/resources/contextual_search/promo.css
diff --git a/chrome/browser/resources/contextual_search/promo.css b/chrome/browser/resources/contextual_search/promo.css
index 3fd54966481cc1c3ff5175a8d37e64ea3a8bbf0c..997d34aa24879a85af7e31895b11b9c5e5c49f73 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -46,3 +46,10 @@ a {
top: calc(70% - 76px /* action bar */ - 69px /* height of content */);
width: 100%;
}
+
+#container.fadeout {
+ opacity: 0;
pedro (no code reviews) 2014/08/11 21:38:02 Nit: prefixed properties (-webkit) should come fir
Mathieu 2014/08/12 12:39:46 Done.
+ -webkit-transform: scale(0.95);
+ -webkit-transition-property: opacity, -webkit-transform;
+ -webkit-transition-duration: 218ms;
+}

Powered by Google App Engine
This is Rietveld 408576698