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

Unified Diff: ui/login/screen_container.css

Issue 1549903002: Replace -webkit-transform with transform in Chrome UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase CL Created 4 years, 9 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/account_picker/user_pod_row.css ('k') | ui/webui/resources/css/bubble.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 2017e70d166505a06d9af1f7845c45086d846f9e..57742eaf6784d494d73f4707ee923bf706e6aaf3 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -88,11 +88,11 @@
/* Only play this animation when 'down' class is removed. */
.oobe-display #inner-container:not(.down) {
- -webkit-transition: -webkit-transform 200ms ease-in-out;
+ -webkit-transition: transform 200ms ease-in-out;
}
.oobe-display #inner-container.down {
- -webkit-transform: translateY(50px) rotateX(-2.5deg);
+ transform: translateY(50px) rotateX(-2.5deg);
}
#step-logo {
« no previous file with comments | « ui/login/account_picker/user_pod_row.css ('k') | ui/webui/resources/css/bubble.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698