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
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
The text was updated successfully, but these errors were encountered:
Checks
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
2)add autoscroll extention with
:(autoScroll: { speed: 3, pauseOnHover: false, direction: 'ltr', },)
Expected Behaviour
Change direction to ltr
The text was updated successfully, but these errors were encountered: