ashthornton / asscroll

Ash's Smooth Scroll 🍑
MIT License
947 stars 27 forks source link

Scroll event reports position before it is clamped #44

Closed ashthornton closed 3 years ago

ashthornton commented 3 years ago

Listening to the scroll event like: ASScroll.on('scroll', scrollPos => console.log(scrollPos)) and scrolling to the top or bottom of the page will report the last scroll position before being clamped.

Clamp the scroll position BEFORE emitting this event.