Scroll end event?

Is there an event to detect when scroll ends?
Looking for a way to fire an event when the scrollbar ends.

I asked the same question on the GH, before I knew about this chat room :man_shrugging:t2:

You could listen to scroll events and check whether the document is scrolled all the way to the bottom with, for example, getScrollInfo.

In case you want to detect when scrolling ends (rather than when the scrolling has hit the top or bottom), I’ve had success with the approach described in

1 Like