0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

Clarify valid values of Carousel's pause option

Fixes #18205
Closes #19410

[skip sauce]
This commit is contained in:
Pvanhesteren 2016-03-04 22:30:06 +01:00 committed by Chris Rebert
parent 6ae5378202
commit a329fda8f0

View File

@ -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>