Skip to content

Commit

Permalink
initialIndex: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Johnson committed Apr 5, 2017
1 parent cf19cfd commit a7de094
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ li {
<td>cubic bezier easing functions: http://easings.net/de</td>
<td>default: 'ease'</td>
</tr>
<tr>
<td>initialIndex</td>
<td>the slide index to show when the slider is initialized</td>
<td>default: 0</td>
</tr>
<tr>
<td>classNameFrame</td>
<td>class name for slider frame</td>
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,11 @@ <h2>Options</h2>
<td>time for the snapBack of the slider if the slide attempt was not valid</td>
<td>default: 200</td>
</tr>
<tr>
<td>initialIndex</td>
<td>the slide index to show when the slider is initialized</td>
<td>default: 0</td>
</tr>
<tr>
<th>ease</th>
<td>cubic bezier easing functions: http://easings.net/de</td>
Expand Down

0 comments on commit a7de094

Please sign in to comment.