1

This question is for this component: https://ant.design/components/carousel/#header

I have attempted autoplayInterval={1000} to no success.

Jordan
  • 11
  • 1

2 Answers2

3

autoPlaySpeed is the prop that you want. You can set autoPlaySpeed={1000}, default value is 3000ms. The carousel component demo uses 'react-slick' and here is the reference for autoPlaySpeed, you can also check rest of additional API's for this plugin. Check this code snippet.

Nik
  • 1,589
  • 2
  • 15
  • 23
0

you need autoplaySpeed={1000}, check letters