YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.25k stars 286 forks source link

autoPlayDelay #432

Open roti opened 2 months ago

roti commented 2 months ago

This is a feature request, not a bug.

It would be nice to have a way to delay the auto play. The reason is for situations where you have multiple carousels on one page and you don't want them to autoplay all at the same time.

The proposal is to have a new parameter autoPlayDelay which specifies a delay time for the auto play function. This means the auto play counter will start after autoPlayDelay ms.