-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Carousel slide animation bounces slightly on completion [iOS9/Safari] #21751
Comments
I had this issue as well. I think this is probably down to the below: If the browser doesn't support transition events then the javascript logic for this component uses a Setting |
Same behaviour on Edge |
Dupe of #21685. |
This is new behavior on Alpha 6 –
On completion of the slide animation, the carousel-item content has a small horizontal bounce on the left edge of the carousel. It's a bit hard to see in the gif below, so visit the docs on an iOS device if you have one for a clearer example.
This behavior is only on iOS9 Safari (as far I know) and is likely related to whatever's causing issues #21749 and #21750.
The text was updated successfully, but these errors were encountered: