Better infinite scrolling behavior in a controlled carousel? #1041
Labels
Issue: Accepted
This issue has been tested and has been verified
Type: Enhancement
New feature request
Bugs and Questions
Prerequisites
Describe Your Environment
Describe the Problem
We have a carousel set up as a controlled component, via
slideIndex
. When usingwrapAround
, navigating past the last slide displays the first slide, which is expected, however the scroll direction goes to the left, as opposed to the right. Is there a way to continue controlling slideIndex, but to get this to scroll in a seamless looking fashion where the first slide still comes in from the right?Codesandbox here
The text was updated successfully, but these errors were encountered: