brainhubeu / react-carousel

A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
https://brainhub.eu/
MIT License
1.07k stars 164 forks source link

Allow carousel to stop scrolling when nothing new will show #635

Open catkeck opened 3 years ago

catkeck commented 3 years ago

Currently if the carousel has scrolled to the last slide, and you are showing several slides at a time, you can just keep scrolling until that last slide is all the way to the left. It'd be useful if you had the option to let it stop scrolling once there are no more slides to show, for a better user experience.

So, stop here:

Screen Shot 2020-08-15 at 5 54 21 PM

instead of:

Screen Shot 2020-08-15 at 5 54 25 PM

(or is this already possible somehow?)