splide
splide copied to clipboard
Many Options don't work
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.
You have set it as a boolean, not a string:
pagination : false,
Ah nice one. Any idea why pauseOnHover: false,
doesn't work?
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 :)