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

Unified Diff: ui/login/screen_container.css

Issue 2691883002: Uprefix CSS transitions in ui/ and chrome/ styles (Closed)
Patch Set: transitions only Created 3 years, 10 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 | « ui/login/oobe.css ('k') | ui/webui/resources/css/chrome_shared.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/screen_container.css
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
index 446669f73114e64f18f950d37cf2bf6b63e50ce6..5c4ca456405089948ff5d3f6eafa01319799069b 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -125,7 +125,7 @@
/* Only play this animation when 'down' class is removed. */
.oobe-display #inner-container:not(.down) {
- -webkit-transition: transform 200ms ease-in-out;
+ transition: transform 200ms ease-in-out;
}
.oobe-display #inner-container.down {
@@ -145,10 +145,9 @@
#progress-dots {
-webkit-box-pack: center;
- -webkit-transition: opacity 200ms ease-in-out,
- visibility 200ms ease-in-out;
display: -webkit-box;
margin-top: 15px;
+ transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
#oobe[md-mode] #progress-dots {
« no previous file with comments | « ui/login/oobe.css ('k') | ui/webui/resources/css/chrome_shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698