splide icon indicating copy to clipboard operation
splide copied to clipboard

How change autoscroll direction to ltr in splide js?

Open the-Tofiq opened this issue 3 years ago • 0 comments

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

  1. create a slider 2)add autoscroll extention with :(autoScroll: { speed: 3, pauseOnHover: false, direction: 'ltr', },)

Expected Behaviour

Change direction to ltr

the-Tofiq avatar Jul 19 '22 17:07 the-Tofiq