stutrek / scrollmonitor

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

units of offset value is different at enterViewport and fullyEnterViewport #74

Closed ONEGEE closed 6 years ago

ONEGEE commented 6 years ago

I try to listen different events,i guess enterViewport use unit of vh,but fullyEnterViewport use unit of px?if i was wrong usage,please let me know

stutrek commented 6 years ago

Everything uses pixels. You can use window.innerHeight as a workaround. https://developer.mozilla.org/en-US/docs/Web/API/Window/innerHeight