From ed0e7995d8279da55aa2a2372aacb81b10c33b1c Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Thu, 20 Apr 2017 10:50:15 +0200 Subject: [PATCH] Updated Core API (markdown) --- Core-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core-API.md b/Core-API.md index cb40a09..01e1c66 100644 --- a/Core-API.md +++ b/Core-API.md @@ -25,7 +25,7 @@ WebSlides constructor accepts an object with options. |-----------|----------------|-----------|-------------------------------------------------------------------------------| | `autoslide` | `number` or `boolean` | `false` | Amount of milliseconds to wait to go to next slide automatically. | | `changeOnClick` | `boolean` | `false` | If true, clicking on the page will go to the next slide unless it's a clickable element. See [ClickToNav docs](./click-to-nav.md) for more info. | -| `loop` | `boolean` | true | Lets WebSlides loop the slides so once it reaches the end, going next will make it go to the first slide. | +| `loop` | `boolean` | `true` | Lets WebSlides loop the slides so once it reaches the end, going next will make it go to the first slide. | | `minWheelDelta` | `number` | `40` | Controls the amount of scroll needed to trigger a navigation. Lower this number to decrease the scroll resistance. | | `scrollWait` | `number` | `450` | Controls the amount of time needed to wait for a scroll transition to happen again. | | `slideOffset` | `number` | `50` | Amount of sliding needed to trigger a new navigation. |