aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-24 21:51:39 -0800
committerJacob Thornton <[email protected]>2012-02-24 21:51:39 -0800
commitfb74018ae293588db84c6fbf2f4f07aa4da21c5e (patch)
tree5f3679116ba93be92760f0072135c34a2de384fd /docs/javascript.html
parent74a3c763b47e146e354624cea56b73fbf514ad97 (diff)
downloadbootstrap-fb74018ae293588db84c6fbf2f4f07aa4da21c5e.tar.xz
bootstrap-fb74018ae293588db84c6fbf2f4f07aa4da21c5e.zip
and pause on hover option to carousel
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html6
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>