During the card-sliding process, the card becomes stuck #8110
Unanswered
HA-SEUNG-JEONG
asked this question in
Q&A
Replies: 0 comments
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.
-
Reproduction link
https://bolt.new/~/stackblitz-starters-wljmdjja
I am implementing a card slide using Swiper, but during the card sliding process, the card intermittently appears to freeze. (mobile & web environment)
Regardless of the device, I want the card to slide smoothly without stopping when swiped. also, With the exception of the card at the very front, the cards stacked behind it should only have their background color(Here, it refers to the getBackgroundStyle function.) applied.
Occasionally, when moving a card using the mouse or touch and then releasing the mouse button (or lifting your finger), the card appears to freeze in place.
It is particularly severe when tested with developer tools enabled.
how do I fix?
2025-10-07.22.24.10.mp4
Beta Was this translation helpful? Give feedback.
All reactions