Table of Contents
What is a Carousel?
Carousel is a slideshow for cycling through a series of content created with CSS 3D variants and a little javascript. It works with a wide variety of images, text, or custom markup. It also includes support for previous/subsequent controls and indicators.
In browsers that support the Page Visibility API, the carousel prevents sliding when the user does not see the webpage (when the browser tab is idle, the browser window is minimized, etc.).
Please note that bulk carousels are not supported and carousels generally do not meet accessibility criteria.
Finally, if you are creating our JavaScript from the source
Our carousel is a solid and versatile component that can provide an image slider, item carousel, and onboard experience. It is touch-enabled, which makes it especially easy to use on mobile.
Note: It also touches compatibility! Try swiping with your finger to scroll through the carousel.