can anybody get autoplay to pause/resume/start/stop? #7489
Unanswered
ddtbuilder
asked this question in
Q&A
Replies: 2 comments
-
This is the approach I used for a pause button. It's not quite the same as what you need, but it's working for me.
It puts a little pause/play icon in the bottom corner that can be clicked. (Once styled) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Bimmr nice use of clasess ...a good approach. But my lines "carousel.autoplay.start()" and "carousel.autoplay.stop()" don't have any affect on the swiper...the autoplay just keeps going. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the tap event successfully triggers the function, but there is nothing i can do to pause the autoplay. Also the pauseOnMouseEnter doesn't work either UNLESS it is referring to starting a "pause" at the set time and then continuing. Weirdly worded if thats the intended function.
Beta Was this translation helpful? Give feedback.
All reactions