Learus / react-material-ui-carousel

A Generic carousel UI component for React using Material UI.
MIT License
550 stars 219 forks source link

[Feature Request] Add option to continue infinite sliding in the same direction #185

Open babat00nday opened 2 years ago

babat00nday commented 2 years ago

The current slide animation changes the direction of the slide at the end of the carousel. It would be great if there was an option to have the animation maintain the same direction even at the end of the carousel before looping back to the beginning and starting over again.

The current animation looks weird and breaks the experience I am going for.

Thanks a lot in advance.