5-6 seconds should do.
- What is slide delay?
- What is carousel interval?
- How do I reduce carousel time?
- Which attribute will use to set a carousel change time interval?
What is slide delay?
A: 'delay between slides' is the time of transition between slides.
What is carousel interval?
The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
How do I reduce carousel time?
You can simply use the data-interval attribute of the carousel class. It's default value is set to data-interval="3000" i.e 3seconds. All you need to do is set it to your desired requirements. Save this answer.
Which attribute will use to set a carousel change time interval?
The Data-interval attribute is used to set the interval time between two carousel item by default its value is 3000 milliseconds.