| 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 {
|
|
|