Replies: 2 comments
-
#126 this works, perhaps it could be a good idea to expose end event however? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe we can write a plugin that emits all the related events (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions