So I'm using the Swiper.js library (https://swiperjs.com/swiper-api), and I've managed to "slideTo" a specific slide. Say I'm at slide 1 and then I press a button that programatically slides me to slide 5; then all the slides between slide 1 and slide 5 are now rapidly slided through.
How do I "skip" the slides between slide 1 and slide 5, so that I get a smooth slide animation when programatically sliding from slide 1 to slide 5?
Thanks for any help! :)