Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Slider translates left to right in Swiper JS?

I'm trying to work with Swiper Js to make an autoplay slider. But I wanna make a slider that is translated from left to right ( Default Right To Left ).

When I pass attribute reverseDirection everything is going well, but when I try to add pagination and that's what happens, the pagination is the first-child and goes last-child ?

So how can I reverse this pagination or have a solution to make Swiper Slide LTR, thanks for the help.

like image 406
Fuze Thien Avatar asked Sep 15 '25 16:09

Fuze Thien


1 Answers

have you tried reverseDirection: true in autoplay property in Swiper options? That worked perfectly for me.

enter image description here

like image 97
Moinul Moin Avatar answered Sep 18 '25 06:09

Moinul Moin