stutrek / scrollmonitor

A simple and fast API to monitor elements as you scroll
MIT License
3.3k stars 243 forks source link

EnterViewport doesn't work with css scroll snap #90

Closed solidevolution closed 3 years ago

solidevolution commented 5 years ago

Hello,

i've got a navigation which checks, wether the current page is in viewport. I need this to show the user, which scroll position / screen is in the viewport. (enterViewport event)

If I adds scroll snapping, the enterViewport event doesn' appear. https://css-tricks.com/practical-css-scroll-snapping/

stutrek commented 5 years ago

I haven't experimented with this, the example on the page is horizontal, is your use case also horizontal?