NO BUG: Slider(Nestable) Autoplay not working

Yes, you’d need use the change options type setting to ‘custom’ and then manually add in all of your splide options as JSON, and change the reducedMotion option that i mentioned above. The splide option is ‘reduceMotion’, changing the autoplay to true would force it to play.

For eg, here’s the JSON in context with other options…

{
  "type": "fade",
  "autoplay": true,
  "speed" : 400,
  "reducedMotion": {
    "autoplay": true,
    "speed" : 400
  }
}

If you have questions reg using custom options, you may want to start a new post.

2 Likes