Carousel data-interval is always 5000 on first item
Created by: ValGeorgiev
Hi all, I implemented a carousel using bootstrap carousel component. Everything were working fine until I tried to delay the first item with more than 5 seconds. It looks like bootstrap is ignoring data-interval="10000"
attribute to the element. I checked it in the documentation and it's not working on the demo there as well. First item is delayed only 5 seconds, instead of 10seconds. Every other item is respecting the data-interval attribute. Can you suggest some workaround or am I missing something?
Link to the documentation: https://getbootstrap.com/docs/4.3/components/carousel/#individual-carousel-item-interval MacOS - Chrome