Skip to content

Commit

Permalink
carousel: add missing to description and fix nextwhenvisible desc…
Browse files Browse the repository at this point in the history
…ription (#31809)
  • Loading branch information
cankitm committed Oct 5, 2020
1 parent e4be064 commit ce1db01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/content/docs/5.0/components/carousel.md
Expand Up @@ -364,6 +364,10 @@ var carousel = new bootstrap.Carousel(myCarousel, {
</tr>
<tr>
<td><code>nextWhenVisible</code></td>
<td>Don't cycle carousel to next when the page isn't visible or the carousel or its parent isn't visible. <strong>Returns to the caller before the target item has been shown</strong>
</tr>
<tr>
<td><code>to</code></td>
<td>Cycles the carousel to a particular frame (0 based, similar to an array). <strong>Returns to the caller before the target item has been shown</strong> (e.g., before the <code>slid.bs.carousel</code> event occurs).</td>
</tr>
<tr>
Expand Down

0 comments on commit ce1db01

Please sign in to comment.