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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Ripple animation runs smoothly when clicking on tabs that renders very long list on Chrome Android.
Selection bar runs smoothly when new tab is selected.
Actual outcome
Rendering too long list causes laggy ripple animation in paper-tabs.
Rendering too long list causes selection bar to not transition smoothly to the selected tab that renders long list.
In all earnest, you really only have one option if you want fully smooth animations, and that is to defer the DOM manipulation until after the animation is finished.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected outcome
Ripple animation runs smoothly when clicking on tabs that renders very long list on Chrome Android.
Selection bar runs smoothly when new tab is selected.
Actual outcome
Rendering too long list causes laggy ripple animation in
paper-tabs
.Rendering too long list causes selection bar to not transition smoothly to the selected tab that renders long list.
Demo to reproduce on Chrome Android.
http://jsbin.com/darugukavi/1/edit?html,output
The text was updated successfully, but these errors were encountered: