-
Notifications
You must be signed in to change notification settings - Fork 77
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
fix(carousel): Ensure correct autoplay
display and animation
#11338
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Is there a test we could add to ensure this is working properly? |
Added a variant of an existing test to cover the |
Related Issue: #11317
Summary
Ensures the animation is correctly applied when
autoplay
advances through Carousel Items.Also updates the Progress component to adhere to the new
value
format / breaking change for 3.x: #10622 / logged in internal tracking discussion