Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direction of Carousel Sliding #1052

Open
2 tasks done
chipmunk25 opened this issue Apr 6, 2024 · 1 comment
Open
2 tasks done

Direction of Carousel Sliding #1052

chipmunk25 opened this issue Apr 6, 2024 · 1 comment
Labels
Issue: Accepted This issue has been tested and has been verified Type: Enhancement New feature request

Comments

@chipmunk25
Copy link

chipmunk25 commented Apr 6, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct

Feature Request

I have been utilizing the carousel and have observed that with wrapMode="wrap", the slider transitions smoothly from left to right. However, upon reaching the last slide and clicking 'next', it abruptly changes direction, moving from right to left. Is there a way to ensure consistent directional movement throughout? Currently, the navigation flips abruptly from right to left when looping back to the first slide. Can the navigation move smoothly in the same direction when transitioning back to the first slide? Additionally, is there a method to make the carousel behave in a circular manner instead of stopping abruptly at the end?

@carbonrobot carbonrobot added Type: Enhancement New feature request Issue: Accepted This issue has been tested and has been verified labels Apr 8, 2024
@carbonrobot
Copy link
Contributor

Thanks for the request @chipmunk25.

We will be introducing a new option for wrapMode called infinite which will use the same scroll as v7 and will work in a circular fashion by seamlessly inserting the first slide at the end of the carousel when you reach the last slide. We are currently planning how this option works with other options like dots while still preserving the responsive nature of the containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Accepted This issue has been tested and has been verified Type: Enhancement New feature request
Projects
None yet
Development

No branches or pull requests

2 participants