-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
autoplay with disableOnInteraction true broken in 10.3.0 #7059
Comments
6 tasks
Also |
10.2.0 working fine for me. My reproduction link above also works fine if you target 10.2.0. |
Fixed for me in 10.3.1. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-autoplay-broken-z4ptfx
Bug description
autoplay
seems broken in the recent 10.3.0 release. WheredisableOnInteraction
istrue
(the default) it stops on the 2nd slide.See my reproduction link, which is Swiper's own
autoplay
example with just thedisableOnInteraction: false
line commented out.Expected Behavior
No response
Actual Behavior
No response
Swiper version
10.3.0
Platform/Target and Browser Versions
Windows Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: