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/s/swiper-effect-creative-forked-zksnx
In some combinations of the prev and next options, autoplay does not work for the second and subsequent slides.
prev
next
The exact conditions for reproduction are unclear, but at least the following cases are true (with next: { translate: ['100%', 0, 0] }):
next: { translate: ['100%', 0, 0] }
prev: {}
prev: { translate: [0, 0, 0] }
prev: { translate: ['0', 0, 0] }
On the other hand, the following cases work fine:
prev: { translate: [0.01, 0, 0] }
prev: { scale: 1.01 }
prev: { translate: ['0%', 0, 0] }
No response
7.0.5
Any
The text was updated successfully, but these errors were encountered:
86e6fb6
@nolimits4web Thank you!
Sorry, something went wrong.
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-effect-creative-forked-zksnx
Bug description
In some combinations of the
prev
andnext
options, autoplay does not work for the second and subsequent slides.The exact conditions for reproduction are unclear, but at least the following cases are true (with
next: { translate: ['100%', 0, 0] }
):prev: {}
prev: { translate: [0, 0, 0] }
prev: { translate: ['0', 0, 0] }
On the other hand, the following cases work fine:
prev: { translate: [0.01, 0, 0] }
prev: { scale: 1.01 }
prev: { translate: ['0%', 0, 0] }
Expected Behavior
No response
Actual Behavior
No response
Swiper version
7.0.5
Platform/Target and Browser Versions
Any
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: