Hacker News new | ask | show | jobs
by ahall 5185 days ago
How does this work with pages with infinite scroll?
1 comments

I haven't tested it with infinite scroll but essentially it'll be a race. If the user can scroll to the bottom of the page before infinite scroll is able to load new content, the 100% event will fire. Otherwise it'll just register the previous scroll event (75% or a specified DOM element).