react-slick icon indicating copy to clipboard operation
react-slick copied to clipboard

Stop autoplay immediately

Open hoantran-it opened this issue 7 years ago • 6 comments

Example: See here

I can not do anything (prev, next, change) when slider is sliding. I have to wait it finish the sliding to do another action. Do we have any suggestion to fix it?

hoantran-it avatar Sep 28 '18 05:09 hoantran-it

Same issue. This is especially problematic when fade=true because a user cannot easily click on dots or arrows buttons.

What I'd like is for a dot/arrow button's click event to immediately suspend autoplay, change to the slide in question, then resume autoplay. Is there a work-around (like rolling my own even handlers)?

let settings = { dots: true, arrows: true, infinite: true, speed: 9000, slidesToShow: 1, slidesToScroll: 1, swipeToSlide: true, autoplay: true, pauseHover: true, fade: false, focusOnSelect: true, adaptiveHeight: false, };

Sabre36 avatar Jan 14 '19 19:01 Sabre36

@akiran I can take up this issue where do I look this up in the code?

sanketpathak64 avatar Oct 12 '21 10:10 sanketpathak64

Any news about this?

flogaribal avatar Dec 24 '21 13:12 flogaribal

@sanketpathak64 Please, were you able to fix and submit this issue? Was there a response to it, please?

Olamarx avatar Aug 06 '22 11:08 Olamarx

@akiran can i take up this issue i want to work on this issue

agarwalhimanshugaya avatar Sep 28 '23 19:09 agarwalhimanshugaya