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
Originally posted by IljaDaderko April 2, 2021
I'm writing some logic that needs to be started on scroll start and ended when scrolling ends / becomes idle.
I can detect scroll start with scrolbar.addListener listener, but I can't seem to find anything that indicates "stop" event i.e. when scrollbars become idle and user is no longer pressing on the screen / using mouse wheel.
Is event like this exposed? If not what would be right approach here?
The text was updated successfully, but these errors were encountered:
Discussed in #364
Originally posted by IljaDaderko April 2, 2021
I'm writing some logic that needs to be started on scroll start and ended when scrolling ends / becomes idle.
I can detect scroll start with
scrolbar.addListener
listener, but I can't seem to find anything that indicates "stop" event i.e. when scrollbars become idle and user is no longer pressing on the screen / using mouse wheel.Is event like this exposed? If not what would be right approach here?
The text was updated successfully, but these errors were encountered: