Clarify valid values of Carousel's pause option
Fixes #18205 Closes #19410 [skip sauce]
This commit is contained in:
parent
6ae5378202
commit
a329fda8f0
1 changed files with 2 additions and 2 deletions
|
|
@ -178,9 +178,9 @@ $('.carousel').carousel()
|
|||
</tr>
|
||||
<tr>
|
||||
<td>pause</td>
|
||||
<td>string</td>
|
||||
<td>string | null</td>
|
||||
<td>"hover"</td>
|
||||
<td>Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.</td>
|
||||
<td>If set to <code>"hover"</code>, pauses the cycling of the carousel on <code>mouseenter</code> and resumes the cycling of the carousel on <code>mouseleave</code>. If set to <code>null</code>, hovering over the carousel won't pause it.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>wrap</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue