From a7de09439ed0394f5189fb06e0a2877b12ec705b Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Tue, 4 Apr 2017 17:09:15 -0700 Subject: [PATCH] initialIndex: update documentation --- README.md | 5 +++++ index.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 2c50abe..518ad2d 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,11 @@ li { cubic bezier easing functions: http://easings.net/de default: 'ease' + + initialIndex + the slide index to show when the slider is initialized + default: 0 + classNameFrame class name for slider frame diff --git a/index.html b/index.html index c4f1f0b..e81795c 100644 --- a/index.html +++ b/index.html @@ -698,6 +698,11 @@

Options

time for the snapBack of the slider if the slide attempt was not valid default: 200 + + initialIndex + the slide index to show when the slider is initialized + default: 0 + ease cubic bezier easing functions: http://easings.net/de