Is it possible to use fade effect, loop and autoplay at the same time? #4392
Unanswered
hayoung-jeremy
asked this question in
Q&A
Replies: 0 comments
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.
-
fade effect and autoplay are working, loop and fade effect are working. Can't these THREE be working at the same time?
var swiper = new Swiper('.banner-swiper-container', {
effect: 'fade',
loop:true,
slidesPerView:1,
centeredSlides:true,
autoplay: {
delay: 4000,
disableOnInteraction: false,
},
});
Beta Was this translation helpful? Give feedback.
All reactions