aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorRyan Burnett <[email protected]>2016-05-12 09:40:23 -0400
committerRyan Burnett <[email protected]>2016-05-12 09:40:23 -0400
commit07474841881f25b2686d50070902f341370b9d4c (patch)
treef24d1960568669149fa00871360b1e1a3e467053 /docs/components
parent2a36b4b320fb18f5bc21513e9bf164159a1acf1e (diff)
downloadbootstrap-07474841881f25b2686d50070902f341370b9d4c.tar.xz
bootstrap-07474841881f25b2686d50070902f341370b9d4c.zip
Alphabetized carousel options & added "ride" to it
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/carousel.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/components/carousel.md b/docs/components/carousel.md
index 76278281e..e825fcaac 100644
--- a/docs/components/carousel.md
+++ b/docs/components/carousel.md
@@ -157,22 +157,28 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.</td>
</tr>
<tr>
+ <td>keyboard</td>
+ <td>boolean</td>
+ <td>true</td>
+ <td>Whether the carousel should react to keyboard events.</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>
<tr>
- <td>wrap</td>
- <td>boolean</td>
- <td>true</td>
- <td>Whether the carousel should cycle continuously or have hard stops.</td>
+ <td>ride</td>
+ <td>string</td>
+ <td>false</td>
+ <td>Autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load.</td>
</tr>
<tr>
- <td>keyboard</td>
+ <td>wrap</td>
<td>boolean</td>
<td>true</td>
- <td>Whether the carousel should react to keyboard events.</td>
+ <td>Whether the carousel should cycle continuously or have hard stops.</td>
</tr>
</tbody>
</table>