I’ve built Slide Anything using the Owl Carousel JavaScript plugin. I see that Owl Carousel does now support some ‘Right to Left’ functionality. Have a look at this link:
https://owlcarousel2.github.io/OwlCarousel2/demos/rtl.html
Is this what you are talking about?
Thank you for the reply. I only needed to change the slide direction. It doesn’t have to have the option of moving left and right with the arrows, like your link example. I have other slide in animations on the page coming in from the left, so it would have just flowed better, if the slides were coming in from the left. I ended up just using CSS animations to achieve what I was going for.
Thanks again.