If autoscroll speed is negative (to play from right to left), images disappear after a while #7
Closed
2 tasks done
Labels
bug
Something isn't working
Checks
Version
v4.0.1
Description
Below is the code I tried using to get the slider to scroll in different direction. It works for a while, but after all images are scrolled once, they just dissapear.
var splide = new Splide("#splidelower", { type: "loop", focus: "center", rewind: true, arrows: false, pagination: false, drag: false, pauseOnHover: false, perPage: 5, autoScroll: { speed: -0.8, pauseOnHover: false, }, }); splide.mount(window.splide.Extensions);
Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
Images should not be disappearing
The text was updated successfully, but these errors were encountered: