aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-04 20:06:45 -0800
committerMark Otto <[email protected]>2016-12-04 20:06:45 -0800
commitd57ec902434406534530168547de5db0963011d5 (patch)
treef8125ebef7503ac971ac4b6047e8c40b9c0a96a0 /docs/components
parenta5c2562c0678135eb778dc8760cb717ddc312b99 (diff)
downloadbootstrap-d57ec902434406534530168547de5db0963011d5.tar.xz
bootstrap-d57ec902434406534530168547de5db0963011d5.zip
clear up docs intro
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/carousel.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/components/carousel.md b/docs/components/carousel.md
index 025edd4cc..03194cdf2 100644
--- a/docs/components/carousel.md
+++ b/docs/components/carousel.md
@@ -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