Hi, I would like to know if it possible to set aside visible time in swiper. Parameters are actually only for transition speed.
Thanks
You can add the following to each of your slides:
data-swiper-autoplay="3000"
the value is in milliseconds. Add it to each of the slide tags:
<div class="swiper-slide" data-swiper-autoplay="3000">
This is now available in the latest Swiper update.
1 Like