diff options
| author | Chris Rebert <[email protected]> | 2015-10-11 15:20:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-11 15:20:12 -0700 |
| commit | b301129f029b844d6274bc0b4c614021278aba9d (patch) | |
| tree | 786796d2180f77c04a41b38a2356e5499735e9fd /docs/components | |
| parent | 817d997b75d970cc22000f345f68092ed3f0525b (diff) | |
| download | bootstrap-b301129f029b844d6274bc0b4c614021278aba9d.tar.xz bootstrap-b301129f029b844d6274bc0b4c614021278aba9d.zip | |
Add docs for #17710
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/carousel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/carousel.md b/docs/components/carousel.md index e419846c6..63a5dead0 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -4,7 +4,7 @@ title: Carousel group: components --- -A slideshow component for cycling through elements—images or slides of text—like a carousel. **Nested carousels are not supported.** +A slideshow component for cycling through elements—images or slides of text—like a carousel. In browsers where the [Page Visibility API](http://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 |
