dynamicweb / swiffy-slider

Super fast carousel and slider with touch for optimized websites running in modern browsers.
MIT License
238 stars 29 forks source link

Infinity scroll #74

Closed Ramil001 closed 1 year ago

Ramil001 commented 1 year ago

Hello, how i can make infinity scroll slides, i don't find this parameter in docs

nicped commented 1 year ago

It is not built in since it requires DOM manipulation after load which I am not fan of - so to keep things fast and simple, it is not native to Swiffy Slider.

But it is easy to make though - there is an example of it in the examples section: https://swiffyslider.com/examples/#infinite

Ramil001 commented 1 year ago

Thank you