Bootstrap - set different interval on each carousel item [duplicate]
问题 This question already has answers here : Different slide duration for each item on bootstrap 3.1 carousel (4 answers) Closed 4 years ago . Hi I'm having a carousel on Bootstrap and what I'd like to do is to set each item to a different interval, so basically the first item could have a duration of 10 sec, the 2nd 5 sec the 3rd 3sec etc etc .. Therefore I decided to use a data attribute like this <!-- Carousel --> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!--