Learus / react-material-ui-carousel

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

Incorrect Slide Animation when Navigating with Arrow Keys #218

Open shahbazshoukat opened 1 year ago

shahbazshoukat commented 1 year ago

When we bind the left and right arrow keys, the slide animation behaves incorrectly by moving in the wrong direction. To better illustrate this issue, I have prepared a sandbox example that demonstrates the problem. Please access the following link to the sandbox: sandbox link. In the sandbox, try navigating the slides left and right using the keyboard's left and right arrow keys.