diff options
| author | Jacob Thornton <[email protected]> | 2012-02-24 21:51:39 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-24 21:51:39 -0800 |
| commit | fb74018ae293588db84c6fbf2f4f07aa4da21c5e (patch) | |
| tree | 5f3679116ba93be92760f0072135c34a2de384fd /docs/javascript.html | |
| parent | 74a3c763b47e146e354624cea56b73fbf514ad97 (diff) | |
| download | bootstrap-fb74018ae293588db84c6fbf2f4f07aa4da21c5e.tar.xz bootstrap-fb74018ae293588db84c6fbf2f4f07aa4da21c5e.zip | |
and pause on hover option to carousel
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 3d0f8ff07..3d99199a7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> |
