Make it possible to customize autoSlide for each slide
This commit is contained in:
parent
4dad42496e
commit
f6bae66089
2 changed files with 20 additions and 6 deletions
|
@ -75,7 +75,8 @@ Reveal.initialize({
|
|||
loop: false,
|
||||
|
||||
// Number of milliseconds between automatically proceeding to the
|
||||
// next slide, disabled when set to 0
|
||||
// next slide, disabled when set to 0, this value can be overwritten
|
||||
// by using a data-autoSlide attribute on your slides
|
||||
autoSlide: 0,
|
||||
|
||||
// Enable slide navigation via mouse wheel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue