Slider Loop Glitch (Jumps Backwards on Reset)

I’ve noticed a glitch with the Nested Slider (Splide).

:point_right: When the last slide finishes, instead of looping smoothly back to the first slide, the slider quickly jumps backwards through all previous slides (6 → 5 → 4 → 3 → 2 → 1) in a few seconds.

Expected: After the last slide, it should go directly and smoothly to the first slide.

Current Config (simplified): { “type”: “loop”, “perPage”: 1, “perMove”: 1, “autoplay”: true, “speed”: 1300, “interval”: 4000 }

Tried: Adjusting Splide options, custom JS fix, clearing cache — but the issue still persists.

  • Bricks version: Latest
  • Slider engine: Splide (default)

:point_right: Can anyone confirm if this is a Bricks bug with Splide implementation in nested sliders, or if there’s a workaround/fix to ensure smooth looping?