You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a swiper with cards effect shown on rtl, not the direction of next/prev slides is correct, and the swipe behavior is opposite the swipe direction.
i try to fix it in source code, with edit this row in effect-dards.js file
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Check that this is really a bug
Reproduction link
https://jsfiddle.net/0ywsmxf5/1/
Bug description
when a swiper with cards effect shown on rtl, not the direction of next/prev slides is correct, and the swipe behavior is opposite the swipe direction.
i try to fix it in source code, with edit this row in effect-dards.js file
const progress = Math.min(Math.max(slideProgress, -4), 4) * (rtl ? -1 : 1);
it help for direction of slides and to swipe direction, but the behavior of the prev/next slides z-index and scaling is not consistently.
Expected Behavior
No response
Actual Behavior
No response
Swiper version
8.0.7
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: