and pause on hover option to carousel
This commit is contained in:
parent
74a3c763b4
commit
fb74018ae2
5 changed files with 20 additions and 0 deletions
|
|
@ -1310,6 +1310,12 @@ $('#myCollapsible').on('hidden', function () {
|
|||
<td>5000</td>
|
||||
<td>The amount of time to delay between automatically cycling an item.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>pause</td>
|
||||
<td>string</td>
|
||||
<td>"hover"</td>
|
||||
<td>Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3>Markup</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue