metonym / svelte-intersection-observer

Detect if an element is in the viewport using the Intersection Observer API
https://metonym.github.io/svelte-intersection-observer/
MIT License
326 stars 8 forks source link

Jitter #84

Open karim-daman opened 7 months ago

karim-daman commented 7 months ago

Jitter is caused when using multiple intersection observers, it works fine with one observer. Any idea why this is happening?

what is the recommended approach to use multiple observers?