mirror of
https://github.com/webslides/WebSlides.git
synced 2025-09-20 09:51:31 +02:00
changing = to :
16
Core-API.md
16
Core-API.md
@@ -34,14 +34,14 @@ WebSlides constructor accepts an object with options.
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
const ws = new WebSlides({
|
const ws = new WebSlides({
|
||||||
autoslide = false,
|
autoslide: false,
|
||||||
changeOnClick = false,
|
changeOnClick: false,
|
||||||
loop = true,
|
loop: true,
|
||||||
minWheelDelta = 40,
|
minWheelDelta: 40,
|
||||||
navigateOnScroll = true,
|
navigateOnScroll: true,
|
||||||
scrollWait = 450,
|
scrollWait: 450,
|
||||||
slideOffset = 50,
|
slideOffset: 50,
|
||||||
showIndex = true
|
showIndex: true
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user