You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It starts from top left expanding to lower right, which leaves the initial value unanimated (no fading or zooming out) and visible for too long. Because of this it seems that user gets the feeling that the initial value is still there, in the back and wont be changed after picking a new one from the list.
Animation speed is a tiny bit too slow. I can't really explain this. However it doesnt feel quite right.
The dropdown menu animation (https://www.polymer-project.org/components/paper-elements/demo.html#paper-dropdown-menu) has some quirky things involved.
It is this by design? I mean other than the flashing? It seems weird.
I've done some research on Material Design implementations and there's quite decent dropdown here:
http://callemall.github.io/material-ui/#/components/dropdown-menu
Could it be ported?