From: Ryan Burnett Date: Thu, 12 May 2016 13:40:23 +0000 (-0400) Subject: Alphabetized carousel options & added "ride" to it X-Git-Tag: v4.0.0-alpha.6~472^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07474841881f25b2686d50070902f341370b9d4c;p=thirdparty%2Fbootstrap.git Alphabetized carousel options & added "ride" to it --- diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 76278281e5..e825fcaac3 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -156,6 +156,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap 5000 The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle. + + keyboard + boolean + true + Whether the carousel should react to keyboard events. + pause string @@ -163,16 +169,16 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. - wrap - boolean - true - Whether the carousel should cycle continuously or have hard stops. + ride + string + false + Autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load. - keyboard + wrap boolean true - Whether the carousel should react to keyboard events. + Whether the carousel should cycle continuously or have hard stops.