splide
splide copied to clipboard
How change autoscroll direction to ltr in splide js?
Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
4
Description
I use splide js slider, and use autoscroll exstension. But I can't find a solution to change direction from (default: right to left), to (left to right). i try this:
autoScroll: { speed: 3, pauseOnHover: false, direction: 'ltr', },
Reproduction Link
No response
Steps to Reproduce
- create a slider
2)add autoscroll extention with
:(autoScroll: { speed: 3, pauseOnHover: false, direction: 'ltr', },)
Expected Behaviour
Change direction to ltr