maciekgrzybek / svelte-inview

A Svelte action that monitors an element enters or leaves the viewport.🔥
MIT License
749 stars 23 forks source link

using "inview_change" (from the lazy load example) didn't work for me after updating. #41

Open thomastraum opened 1 year ago

thomastraum commented 1 year ago

I went back to "on:change" event and it worked again.

Great library thank you!

maciekgrzybek commented 1 year ago

Thanks @thomastraum :) inview_change should work as well 🤔 Can you provide a repro of your case?