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 Jul 3, 2018. It is now read-only.
Could resolve this via mousedown/mouseup and cancelling smooth scroll while mouse is held (e.g. user is directly interacting with page, probably very bad time to snap).
Also noticed this happens with keyboard navigation. Not as badly, but if you hold down right arrow key for example on coordinates.html, it will jump once and then start snapping back but then keyboard repeats kick in and you scroll right until as normal until you let go. So might need to check for keydown/keyup and arrow keys and if default functionality has not been suppressed.
Could resolve this via
mousedown/mouseupand cancelling smooth scroll while mouse is held (e.g. user is directly interacting with page, probably very bad time to snap).Also noticed this happens with keyboard navigation. Not as badly, but if you hold down right arrow key for example on coordinates.html, it will jump once and then start snapping back but then keyboard repeats kick in and you scroll right until as normal until you let go. So might need to check for keydown/keyup and arrow keys and if default functionality has not been suppressed.