Autoplay not working on mouse interaction like scroll and click #6767
santoshdhonde
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have use swiper vertical slider but when I click or scroll on slider, that slider autoplay stop not start again
my code is
var swiper = new Swiper('.swiper-container', {
pagination: '.swiper-pagination',
direction: 'vertical',
slidesPerView: "auto",
paginationClickable: true,
spaceBetween: 30,
mousewheelControl: true,
parallax: true,
speed: 4500,
autoplay:{
dealy:200,
disableOnInteraction:false,
}
Beta Was this translation helpful? Give feedback.
All reactions