Open
Description
Hey there, thank you first for writing this package! v.4.1.0
It seems that autoplay and the bar are getting stuck, I would also like to the turn countdown bar off too:
Code:
<AutoplaySlider
bullets={false}
organicArrows={false}
play={true}
cancelOnInteraction={false} // should stop playing on user interaction
interval={6000}
>
{images.map(img => (
<div data-src={img} key={img} />
))}
</AutoplaySlider>
output html
I hope this helps.
Metadata
Metadata
Assignees
Labels
No labels