BotDanny / react-stacked-center-carousel

A responsive, performant, well animated, swipeable, center mode carousel that stacks its slide
33 stars 12 forks source link

Continous scrolling #23

Open peetya opened 7 months ago

peetya commented 7 months ago

Hello,

First of all, very nice work with the component, I love it :)

I would have a question that I didn't find any answer to in the docs.

Is it possible to scroll continuously among the items when I swipe on mobile? At the moment the swipe action stops when I reach the next/previous item.

Thank you in advance!

BotDanny commented 7 months ago

Hi, continuous swiping is not supported. I attempted to implement it before but it just adds way too much complexity so it was abandoned.