Bootstrap API Carousel Continuous
问题 I've been working with the Bootstrap API and I've been working on the carousel. I want to have a couple images "drift" across the page in a constant motion, with the next image starting on the right and move slowly across the page, when that one is off the page, start the next one from the right. I do not want the image to ever stop. I've tried to use some of the options such as interval , pause , and wrap but to no avail. Is there a way to achieve this with the default carousel? <!--