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
We are using react splide for a project that includes multiple languages specifically LTR languages and RTL languages.
When setting direction to rtl and using the fade type it will not set the correct transform: translateX(x).
It every splide still has a negative percentage value that matches the LTR version. When setting the values from negative to positive it works perfectly.
I hope it makes sense.
Reproduction Link
No response
Steps to Reproduce
Have the HTML dir be RTL
Set splide type fade
Set direction to rtl
Have multiple slides and now only the first slides will show. When changing (either duration or next button) it will not show any other slides.
Expected Behaviour
Show the slides similar to LTR
The text was updated successfully, but these errors were encountered:
Checks
Version
0.7.12
Description
We are using react splide for a project that includes multiple languages specifically LTR languages and RTL languages.
When setting direction to rtl and using the fade type it will not set the correct transform: translateX(x).
It every splide still has a negative percentage value that matches the LTR version. When setting the values from negative to positive it works perfectly.
I hope it makes sense.
Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
Show the slides similar to LTR
The text was updated successfully, but these errors were encountered: