joe223 / tiny-swiper

Ingenious JavaScript Carousel powered by wonderful plugins. Lightweight yet extensible. Import plugins as needed, No more, no less.
https://tiny-swiper.js.org
1.29k stars 58 forks source link

RTL support #78

Open r-aamir opened 2 years ago

r-aamir commented 2 years ago

Hi, I would like to discuss the possibility of adding RTL support, such as https://swiperjs.com/demos#rtl It should either detect document.body.getAttribute('dir') === 'rtl' or we can supply a setting in options such as isRTL: true

The library is very useful on both smart and desktop devices, except on an OS where the UI is RTL.