Learus / react-material-ui-carousel

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

Disable next/previous buttons during animation #233

Open matiasmerko opened 3 months ago

matiasmerko commented 3 months ago

From the props of Carousel, I do not see a clean way to disable the next/previous buttons during animation. I do not want to set a timer whenever onChange is called because that could lead to other problems. Am I missing something?