rcbyr / keen-slider

The HTML touch slider carousel with the most native feeling you will get.
https://keen-slider.io/
MIT License
4.67k stars 214 forks source link

Change unselected slides back to initial position #432

Open rhnrod opened 2 months ago

rhnrod commented 2 months ago

Hi! I've been using Keen-Slider for a while and it's really amazing, but i'm thriving to do something. I have a ticket system, which every ticket is an slider instance and, when I drag one ticket to the second slide, i'd like to make every other slider move back to initial index (i.e. using moveToIdx(0) to set them back to original position). Is that possible? How can I do it?