clear up docs intro
This commit is contained in:
parent
a5c2562c06
commit
d57ec90243
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,11 @@ description: A slideshow component for cycling through elements—images or slid
|
|||
group: components
|
||||
---
|
||||
|
||||
A slideshow component for cycling through elements—images or slides of text—like a carousel. In browsers where the [Page Visibility API](https://www.w3.org/TR/page-visibility/) is supported, the carousel will avoid sliding when the webpage is not visible to the user (such as when the browser tab is inactive, the browser window is minimized, etc.). **Nested carousels are not supported.**
|
||||
The carousel is a slideshow for cycling through a series of content, built with CSS 3D transforms and a bit of JavaScript. It works with a series of images, text, or custom markup. It also includes support for previous/next controls and indicators.
|
||||
|
||||
In browsers where the [Page Visibility API](https://www.w3.org/TR/page-visibility/) is supported, the carousel will avoid sliding when the webpage is not visible to the user (such as when the browser tab is inactive, the browser window is minimized, etc.).
|
||||
|
||||
**Nested carousels are not supported.**
|
||||
|
||||
## Contents
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue