Replies: 2 comments 1 reply
-
@hrvstr by any chance did you find a fix? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Too bad. Thank you for your answer tho.
…On Wed, Jun 4, 2025, 08:31 Richard Muhler ***@***.***> wrote:
No, sadly not. I just removed the effect again from the slider instance.
—
Reply to this email directly, view it on GitHub
<#7456 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIG2EBYIO6OKS6BCMBVXSM33B2HC5AVCNFSM6AAAAAB6Q566SCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZWGM3DOMA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a swiper configured with the cards effect, loop mode, autoplay, and navigation buttons.
When I switch slides using the drag gesture a new slide is always pushed to the right side of the stack. This way there is always a slide to the right of the stack to be animated in. When using autoplay or navigation buttons this behavior is not present. After all the slides on the right side are used up new slides just jump into view, which doesn't look nice.
Here is a demo. Disable
autoplay
to see the desired behavior. Enable it to see unwanted behavior.When dragging slides there is always a slide to the right.
Arc.-.swiper-effect-cards.forked.-.CodeSandbox.-.19.02.2024.um.16.51.48.mp4
When using autoplay the next slide jumps into view.
Arc.-.swiper-effect-cards.forked.-.CodeSandbox.-.19.02.2024.um.16.51.17.2.mp4
Is there any workaround or hack to fix this? There is also an issue about this problem here: #6920
Beta Was this translation helpful? Give feedback.
All reactions