Delay between transitions (in ms). If this parameter is not specified, auto play will be disabled
If you need to specify different delay for specific slides you can do it by using
data-swiper-autoplay
(in ms) attribute on slide.
Set to false
and autoplay will not be disabled after user interactions (swipes),
it will be restarted every time after interaction
When enabled autoplay will be paused on mouse enter over Swiper container. If disableOnInteraction
is also enabled, it will stop autoplay instead of pause
Enables autoplay in reverse direction
Enable this parameter and autoplay will be stopped when it reaches last slide (has no effect in loop mode)
When enabled autoplay will wait for wrapper transition to continue. Can be disabled in case of using Virtual Translate when your slider may not have transition
Generated using TypeDoc
Object with autoplay parameters or boolean
true
to enable with default settings.