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 up / right will result in flicking element,
Inspecting html dom element, seems .swiper-wrapper element doesnt correctly calculate translateX when it decrease below 0.
Did I setup anything wrong? Or does anyone experience the same?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Swiper works fine when using dir="ltr", all scrolling animation within swiper container acts smoothly.
However, in RTL mode, scrolling up / right will result in flicking element,
Inspecting html dom element, seems
.swiper-wrapper
element doesnt correctly calculate translateX when it decrease below 0.Did I setup anything wrong? Or does anyone experience the same?
Reproduce code:
https://codesandbox.io/p/sandbox/romantic-lucy-8hmtsp
Beta Was this translation helpful? Give feedback.
All reactions