We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/p/sandbox/swiper-autoplay-forked-57n97t?file=%2Findex.html
The swiper get stuck at second slide if we add autoplay with speed 0. If you change the speed to some number, it works as expected.
It should autoplay and go to next slides every 2500ms
It only go to the second slide and then it stops there. No way the swiper keep "autoplaying"
11.1.14
macOS Google Chrome 129.0.6668.101
The text was updated successfully, but these errors were encountered:
Came across the same issue. Remove loop=true prop (React) and it works as expected
Sorry, something went wrong.
Yeah, but I actually need the loop true
Weirdly it still loops for me even without loop true
I've actually have it without loop=true (as you can see in my reproduction link) and still stuck :/ weird, yes
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-autoplay-forked-57n97t?file=%2Findex.html
Bug description
The swiper get stuck at second slide if we add autoplay with speed 0. If you change the speed to some number, it works as expected.
Expected Behavior
It should autoplay and go to next slides every 2500ms
Actual Behavior
It only go to the second slide and then it stops there. No way the swiper keep "autoplaying"
Swiper version
11.1.14
Platform/Target and Browser Versions
macOS Google Chrome 129.0.6668.101
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: