Chromium Code Reviews| Index: ui/login/account_picker/screen_account_picker.css |
| diff --git a/ui/login/account_picker/screen_account_picker.css b/ui/login/account_picker/screen_account_picker.css |
| index 66f079ea3f647591008b8ff8fbcc68bebd5758e3..e08d5da982b6667210e2771d3bce3421c2e12e32 100644 |
| --- a/ui/login/account_picker/screen_account_picker.css |
| +++ b/ui/login/account_picker/screen_account_picker.css |
| @@ -4,8 +4,12 @@ |
| */ |
| .account-picker.flying-pods #account-picker { |
| - -webkit-transition: width 180ms ease, |
| - height 180ms ease; |
| + margin: 0px; |
| + -webkit-transition: margin 500ms ease-in-out; |
|
jdufault
2016/05/31 19:24:51
Can we just use transition instead of -webkit-tran
sammiequon
2016/06/14 22:22:21
Done.
|
| +} |
| + |
| +#account-picker { |
| + -webkit-transition: width 500ms ease-in-out, height 500ms ease-in-out; |
| } |
| #bubble { |