Languages
[Edit]
EN

JavaScript - scroll stop event

12 points
Created by:
Krzysiek
741

In this short article we would like to show how to detect scroll stop event (scroll end event).

Some web browser introduced in 2023 scrollend event, so still there is needed some legacy solution.

Quick solution:

Note: we can use element.onscrollend = (event) => { /* ... */ }; construction also.

 

Legacy solution

Edit

Legacy solution for the problem is to use some trick: do some logic when scroll event doesn't occur few milliseconds after appeared.

 

Another example

Edit

In this section, you can find scroll stop event that is connected to div elements.

 

See also

Edit
  1. JavaScript - check for scrollTo() method got finished

References

Edit
  1. scrollend event - MDN Docs

Alternative titles

  1. JavaScript - scroll end event
  2. JavaScript - onScrollStop event
  3. JavaScript - onScrollEnd event
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join