From fb74018ae293588db84c6fbf2f4f07aa4da21c5e Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Fri, 24 Feb 2012 21:51:39 -0800 Subject: and pause on hover option to carousel --- docs/templates/pages/javascript.mustache | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/templates/pages/javascript.mustache') 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 () { 5000 {{_i}}The amount of time to delay between automatically cycling an item.{{/i}} + + {{_i}}pause{{/i}} + {{_i}}string{{/i}} + "hover" + {{_i}}Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.{{/i}} +

{{_i}}Markup{{/i}}

-- cgit v1.2.3