loryjs / lory

☀ Touch enabled minimalistic slider written in vanilla JavaScript.
http://loryjs.github.io/lory/
MIT License
2.28k stars 243 forks source link

Feature Add: Auto Next slide #732

Closed aburymichael closed 6 years ago

aburymichael commented 6 years ago

Added autoMode object option to allow automatically going to the next slide.

Testing hasn’t been done outside of my requirement - auto next with infinite = 1 - but looking at the code it shouldn’t break anything else as its just automatically calling next function.

meandmax commented 6 years ago

Thank you for contributing!

I think for usecases like this you should use the API instead, keeps the core functionality lean and I see no problem doing this with the exposed api.

Cheers Max