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
The years from the year-picker should implement paper-ripple and the selected year should be recentered in the year-picker's viewport before it being closed as it's possible to create a neon-animation to animate the scroll using a this._effect.onsample.
The text was updated successfully, but these errors were encountered:
For the most part, I've been going by the Android implementation of the date picker as seen in the Google Calendar app. The android date picker does not currently do this. In essence, this would add 3 separate animations occurring at the same time, which might violate the "but never distracting" part. Also in my experience, having a ripple and a fade at the same tends to be very choppy on mobile.
Having said that, if you want to do a PR for this I'm more than happy to take a look.
https://www.google.com/design/spec/animation/responsive-interaction.html#
The years from the year-picker should implement paper-ripple and the selected year should be recentered in the year-picker's viewport before it being closed as it's possible to create a neon-animation to animate the scroll using a this._effect.onsample.
The text was updated successfully, but these errors were encountered: