metafizzy / infinite-scroll

📜 Automatically add next page
https://infinite-scroll.com
7.41k stars 1.74k forks source link

scrollThreshold.infiniteScroll doesn't work properly with Isotope #903

Closed CodeExplore closed 4 years ago

CodeExplore commented 4 years ago

Hi,

I am trying to use scrollThreshold.infiniteScroll with isotope-layout. All are latest version.

I forked your pen: https://codepen.io/desandro/pen/6c58dd231fee361558c6a3764dc355c1

and only added two lines in JS Code.

var iso = $('.container').isotope();
outlayer: iso,

Try to scroll down or up. Uhh always adding articles repeatedly.

Test case: https://codepen.io/snd47085/pen/gObggWy