From: Ankit Mishra Date: Mon, 5 Oct 2020 12:49:02 +0000 (+0530) Subject: carousel: add missing `to` description and fix `nextwhenvisible` description (#31809) X-Git-Tag: v5.0.0-alpha3~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce1db01af07588be7c04b967459249df69d02464;p=thirdparty%2Fbootstrap.git carousel: add missing `to` description and fix `nextwhenvisible` description (#31809) --- diff --git a/site/content/docs/5.0/components/carousel.md b/site/content/docs/5.0/components/carousel.md index 1ef2055496..c478cbfadc 100644 --- a/site/content/docs/5.0/components/carousel.md +++ b/site/content/docs/5.0/components/carousel.md @@ -364,6 +364,10 @@ var carousel = new bootstrap.Carousel(myCarousel, { nextWhenVisible + Don't cycle carousel to next when the page isn't visible or the carousel or its parent isn't visible. Returns to the caller before the target item has been shown + + + to Cycles the carousel to a particular frame (0 based, similar to an array). Returns to the caller before the target item has been shown (e.g., before the slid.bs.carousel event occurs).