Currently, when using slideTo() if
speed > 0, Swiper animates through all intermediate slides between the current index and the target. This causes that all slides in between are loaded (especially images), which can be very heavy if jumping from slide 1 to slide 60...
If speed = 0, Swiper jumps instantly to the target without traversing the intermediates — but there is no animation. And that's not what I would like.
Is there an option/trick to animate directly from the current slide to the target slide as if they were neighbours in order to avoid having to load all the in between pictures?
Thanks a lot.