WICG / virtual-scroller

Other
2k stars 83 forks source link

add automatic load more #174

Closed fergald closed 5 years ago

fergald commented 5 years ago

Very basic, just replaced the load-more button with a DIV and uses default intersection observer to spot when it has been scrolled into view. I decided against using a buffer on the intersection observer to preload the content because I want it to be clearly visible what is going on.