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] Continuous rotation option #190

Open robertjustjones opened 2 years ago

robertjustjones commented 2 years ago

This component can nearly implement a "ticker" style continuous rotation except that the "ease" motion needs to be "linear" to look right. There's currently no access to the "ease" config in CarouselItem. I propose a "rotate" option to "animation" that implements this.