Replies: 1 comment 3 replies
-
Do you mean |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example see this see this code
var autoplay_speed = 2000; var pauseOnHover = true; var pauseOnInteractionr = false; autoplay: { delay: autoplay_speed, pauseOnMouseEnter: pauseOnHover, disableOnInteraction: pauseOnInteraction, },
like this i can easily control swiper activation dinamically. But i can't add a functionality to turn off or on autoplay. if there was a parameter in autoplay instance like delay or pauseOnMouseEnter to turn off or on autoplay that would be awesome.
Beta Was this translation helpful? Give feedback.
All reactions