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 was archived by the owner on Feb 12, 2022. It is now read-only.
In this example, scroll to the bottom of the page (just to set the right size for the scrollbar) after, if you drag the scrollbar thumb, the list becomes slow.
This is related to the way scrollerjs handle to go from one position to another right?
Probably there is a loop to iterate all the elements from position A to position B, but when we have a big list, I think this approach is not the best one.
There is a simple way to fix this, if not, what the complicated way involves?