glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.29k stars 772 forks source link

Intersection Observer - feature request #660

Open haveamission opened 1 year ago

haveamission commented 1 year ago

Would it be possible to add intersection observer so that infinite scroll would theoretically be possible?

CodeBradley commented 1 year ago

I just implemented this in my own project and I can tell you that when it comes to pagespeed insights it's amazing. We're loading multiple sliders with IO's though, if this was on an image by image basis it would be even better. (For everything off the screen).. Would be great for infinite scroll and I don't know of any other slides with this feature built in yet.