aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/docs/4.5/components/carousel.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/docs/4.5/components/carousel.md')
-rw-r--r--vendor/twbs/bootstrap/site/docs/4.5/components/carousel.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/docs/4.5/components/carousel.md b/vendor/twbs/bootstrap/site/docs/4.5/components/carousel.md
index cdb0c6488..35bdd198f 100644
--- a/vendor/twbs/bootstrap/site/docs/4.5/components/carousel.md
+++ b/vendor/twbs/bootstrap/site/docs/4.5/components/carousel.md
@@ -321,6 +321,14 @@ Cycles to the next item. **Returns to the caller before the next item has been s
Destroys an element's carousel.
+#### `.carousel('nextWhenVisible')`
+
+Don't cycle the carousel to next when the page isn't visible or the carousel or its parent isn't visible. **Returns to the caller before the next item has been shown** (i.e. before the `slid.bs.carousel` event occurs).
+
+#### `.carousel('to')`
+
+Cycles the carousel to a particular frame (0 based, similar to an array). **Returns to the caller before the next item has been shown** (i.e. before the `slid.bs.carousel` event occurs).
+
### Events
Bootstrap's carousel class exposes two events for hooking into carousel functionality. Both events have the following additional properties: