Commit 07474841 authored by Ryan Burnett's avatar Ryan Burnett
Browse files

Alphabetized carousel options & added "ride" to it

parent 2a36b4b3
Showing with 12 additions and 6 deletions
+12 -6
...@@ -156,6 +156,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap ...@@ -156,6 +156,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>5000</td> <td>5000</td>
<td>The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.</td> <td>The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.</td>
</tr> </tr>
<tr>
<td>keyboard</td>
<td>boolean</td>
<td>true</td>
<td>Whether the carousel should react to keyboard events.</td>
</tr>
<tr> <tr>
<td>pause</td> <td>pause</td>
<td>string</td> <td>string</td>
...@@ -163,16 +169,16 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap ...@@ -163,16 +169,16 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.</td> <td>Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.</td>
</tr> </tr>
<tr> <tr>
<td>wrap</td> <td>ride</td>
<td>boolean</td> <td>string</td>
<td>true</td> <td>false</td>
<td>Whether the carousel should cycle continuously or have hard stops.</td> <td>Autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load.</td>
</tr> </tr>
<tr> <tr>
<td>keyboard</td> <td>wrap</td>
<td>boolean</td> <td>boolean</td>
<td>true</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> </tr>
</tbody> </tbody>
</table> </table>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment