splide icon indicating copy to clipboard operation
splide copied to clipboard

Many Options don't work

Open fourroses666 opened this issue 1 year ago • 3 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

v4.1.2 and v4.0.17

Description

When I try below options on my demo they don't do anything. I would like to remove the drag, arrows, dots and hover over. I do use the extention autoscroll so maybe thats related?

pauseOnHover: 'false',
drag        : 'false',
slideFocus  : 'false',
arrows      : 'false',
pagination  : 'false',

Reproduction Link

https://codepen.io/rafael-andrews/pen/Vwxvmgg

Steps to Reproduce

Add the options;

pauseOnHover: 'false',
drag        : 'false',
slideFocus  : 'false',
arrows      : 'false',
pagination  : 'false',

Expected Behaviour

Remove the drag, arrows, dots and hover over.

fourroses666 avatar Aug 10 '23 14:08 fourroses666

You have set it as a boolean, not a string:

pagination  : false,

petrsiegl avatar Aug 14 '23 06:08 petrsiegl

Ah nice one. Any idea why pauseOnHover: false, doesn't work?

fourroses666 avatar Aug 14 '23 15:08 fourroses666

Also "speed" doesn't work for me. Looks like "transform: transition ..." doesn't set for .splide__list class in CSS. All demos on the main page https://splidejs.com/ have no slide effect. Looks like switcher not slider :)

mozart77 avatar Sep 11 '23 14:09 mozart77