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/templates/pages/javascript.mustache | |
| parent | 74a3c763b47e146e354624cea56b73fbf514ad97 (diff) | |
| download | bootstrap-fb74018ae293588db84c6fbf2f4f07aa4da21c5e.tar.xz bootstrap-fb74018ae293588db84c6fbf2f4f07aa4da21c5e.zip | |
and pause on hover option to carousel
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 618373b8b..b12ad5ec9 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1234,6 +1234,12 @@ $('#myCollapsible').on('hidden', function () { <td>5000</td> <td>{{_i}}The amount of time to delay between automatically cycling an item.{{/i}}</td> </tr> + <tr> + <td>{{_i}}pause{{/i}}</td> + <td>{{_i}}string{{/i}}</td> + <td>"hover"</td> + <td>{{_i}}Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.{{/i}}</td> + </tr> </tbody> </table> <h3>{{_i}}Markup{{/i}}</h3> |
