ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
661 stars 164 forks source link

When there are 4 or less slides with wrapAround, transition is broken #120

Closed LucianHij closed 2 years ago

LucianHij commented 2 years ago

https://codesandbox.io/s/ncpb8

The issue is seen in the codesandbox. When swiping the transition is broken.

omni-frontend-dev commented 2 years ago

Sliding Transition does break when there are 4 or less slides.

lackoSK commented 2 years ago

I can confirm the issue is present, four or fewer slides - the transition is not behaving as supposed.

sonjinh9862 commented 2 years ago

if there a four slides, transition got breaking. it must to slide right to left but reversed.

LucianHij commented 2 years ago

@ismail9k are you still maintaining this package? Or we should search for another solution outthere?

fyapy commented 2 years ago

This issue has been fixed in v0.1.32

GeorgyLevin commented 2 years ago

This issue has been fixed in v0.1.32

Its not. With 2 slides and warpAround=true it allways slide to the right no matter what arrow you press.