loryjs / lory

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

Prevent transitionEnd propagation - Add active class to infinite clones #724

Open thomasboulongne opened 6 years ago

thomasboulongne commented 6 years ago

Checking event target on the transitionEnd callback, so you can have transitions on children divs of the slides Add active class to infinite clones, to actually mimic the nextSlide style (in case of custom style on active class)

meandmax commented 6 years ago

@thomasboulongne Thank you for contributing!

Cheers Max