You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to initialize Swiper with the parameters I need but I get a strange behaviour when dragging, the carousel "jumps" uncontrollably.
The parameters i'm trying to use are:
slidesPerView
allowTouchMove
loop
centeredSlides
initialSlide
grabCursor
freeMode
I don't understand which parameter or combination of them breaks the carousel, but having only slidesPerView: 'auto' works correctly.
Any help please?
Matteo
Swiper version
9.0.5
Platform/Target and Browser Versions
macOS Chrome
The text was updated successfully, but these errors were encountered:
I created an even more basic reproduction test (no Nuxt, no unnecessary paremeters), loop=“true” + slides-per-view=“auto” seems to not work properly, in short: once the user drag and reaches the loop the carousel “jumps/flickr” to the wrong position, it is even more sensible with relative units;
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/nuxt-starter-6tu6b1?file=components%2Fcarousel.vue
Bug description
Hello, I'm trying to initialize Swiper with the parameters I need but I get a strange behaviour when dragging, the carousel "jumps" uncontrollably.
The parameters i'm trying to use are:
I don't understand which parameter or combination of them breaks the carousel, but having only
slidesPerView: 'auto'
works correctly.Any help please?
Matteo
Swiper version
9.0.5
Platform/Target and Browser Versions
macOS Chrome
The text was updated successfully, but these errors were encountered: