x3388638 / react-grid-carousel

React responsive carousel component w/ grid layout
https://react-grid-carousel.now.sh
MIT License
128 stars 28 forks source link

Autoplay is not working at 3000ms #4

Open JoshuaPoddoku opened 3 years ago

JoshuaPoddoku commented 3 years ago

<Carousel hideArrow showDots={Dots? true: false} dot={MyDot2} gap={10} autoplay={3000} loop>

Here I am creating a carousel with 3 pictures and expecting1pic/1000ms should function but is not moving as expected while a single image should appear at once when it is working with default props.

https://user-images.githubusercontent.com/31725457/123177944-dd26d700-d4a3-11eb-95c1-a601b134a1b6.mp4