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
Swiper works fine when using dir="ltr", all scrolling animation within swiper container acts smoothly.
However, in RTL mode, scrolling down / right will result in flicking element,
Inspecting html dom element, seems .swiper-wrapper element doesnt correctly calculate translateX when it decrease below 0.
samMeow
changed the title
MouseWheel + FreeMode + loop is not working in RTL mode
MouseWheel + FreeMode + loop is not working properly in RTL mode
Nov 19, 2024
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/romantic-lucy-8hmtsp
Bug description
Swiper works fine when using dir="ltr", all scrolling animation within swiper container acts smoothly.
However, in RTL mode, scrolling down / right will result in flicking element,
Inspecting html dom element, seems .swiper-wrapper element doesnt correctly calculate translateX when it decrease below 0.
Expected Behavior
it should scroll correctly to wheel position.
Actual Behavior
wield scrolling effect when scroll down
Swiper version
11.1.15
Platform/Target and Browser Versions
mac OS, Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: