YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.25k stars 286 forks source link

'goToSlide' should stop scolling if last item is visible #307

Open JanKochEmpiriecom opened 2 years ago

JanKochEmpiriecom commented 2 years ago

Prerequisite

I want to slide to a special item in the carousel. For this i use the reference and the given method 'goToSlide'.

Describe the bug If I want to move to a slide at the end of the carousel it will scroll the requested item to left. There is much free space at the end of the carousel. I expected, that the carousel will only scroll until the last item is visible.

If I use the arrows, it will stop at the end. The same I expect by using the goToSlide method.

Reproduction Link to codesandbox.