Spicing Up the Bootstrap Carousel with CSS3 Animations

Hi Rupesh,
Thanks for your comment!

The demo uses a background color for each slide, you can easily change that into a background image by adding the appropriate CSS rules to the .item class.

The carousel slides don’t slide automatically by design. I thought of leaving control to the user. If you don’t want this, remove the following JS line of code:

$myCarousel.carousel('pause');
1 Like