Skip to content

Autoplay does not work and how to turn off Bar #163

Open
@hutber

Description

@hutber

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:
image

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

image

I hope this helps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions