Intersection Observer does not trigger on fast scroll

Viewed 365

I have a list and on its top and bottom (first/last child) there are sentinels divs. Those are observed by their observers. Infinite in-place scroll logic works nicely up until you scroll too fast.

I think that the scroll is so fast that the sentinel doesn't even appear in the viewport but immediately jumps over.

Is there a way to counteract this ?

0 Answers
Related