react-awesome-slider icon indicating copy to clipboard operation
react-awesome-slider copied to clipboard

Pause on AutoplaySlider with interval

Open manolobattistadev opened this issue 5 years ago • 1 comments

Is possible have a "pause" an a Autoplay slider?

I'm using 4 slides inside AutoplaySlider. One of these contains a video and I have to wait that video end before to change the slide, so I thought to use a pause on slider but I not found a dedicate props. I tried with play but the slider reset the status showing the first slide.

have you any suggestion?

<AutoplaySlider
      organicArrows
      ref={SliderRef}
      fillParent
      bullets={false}
      infinite
      interval={interval}
    >
    ...
</AutoplaySlider>

manolobattistadev avatar Jun 01 '20 10:06 manolobattistadev

Here is a live example of the code running: https://miniatureawards.com/

hutber avatar Jan 13 '21 00:01 hutber