Overview
Autoplay options control the automatic progression of slides, including timing, direction, and user interaction behavior.Options
Toggles the automatic change of slides.
Use the
play() and pause() methods to programmatically control autoplay.Controls autoplay button position.
Time between 2 autoplay slides change (in “ms”).
Direction of slide movement (ascending/descending the slide index).
Text or markup in the autoplay start/stop button.
Stops sliding on mouseover.
This improves user experience by allowing users to pause and read content.
The customized autoplay start/stop button or selector.
Output autoplayButton markup when autoplay is true but a customized autoplayButton is not provided.Set to
false to hide the autoplay button completely.Pauses the sliding when the page is invisible and resumes it when the page becomes visible again.Uses the Page Visibility API.
This saves resources when users switch tabs or minimize the browser.