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