Autoplay
You're browsing the documentation for v3
Autoplay
Overview
The Autoplay component mounts autoplay feature to the slider. This component emits some events.
Methods
play()
play(): voidStarts autoplay.
pause()
pause(): voidPauses autoplay.
isPaused()
isPaused(): booleanChecks if autoplay is paused or not.
Return
true if autoplay is paused, or otherwise false.