freeze / unfreeze and drag intercept while transitioning #511
-
While transitioning, Splide won't react to dragging, and also won't pause. It will wait to the next slide to pause. My client wants a linear scrolling slider and wants it to pause on mouseenter/touch... Autoplay with linear transition and zero interval satisfies the movement, but the slider won't drag or pause while moving. Is there an easy way to add this at the moment? I tried cancel() and the slider pauses anywhere, but then I can't get it to wake up. Here is pausing transition from stackoverflow where it saves the css state: Here is a codepen with latest version and a transition component I was toying with: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Disable the |
Beta Was this translation helpful? Give feedback.
Disable the
waitForTransition
option:https://splidejs.com/guides/options/#waitfortransition