Nested carousels are not supported.
The amount of time to delay between automatically cycling an item. If false, carousel will not automatically
cycle.Options can be passed via data attributes or JavaScript. For data attributes, append the option name
to data-
, as in data-interval=""
.
If set to "hover"
, pauses the cycling of the carousel on mouseenter
and resumes
the cycling of the carousel on mouseleave
. If set to null
, hovering over the
carousel won't pause it.
Whether the carousel should cycle continuously or have hard stops. [Default: true]
Whether the carousel should react to keyboard events. [Default: false]
Add .carousel-fade
to your carousel to animate slides with a fade transition instead of a
slide.