diff options
author | Hakim El Hattab | 2012-10-13 12:04:33 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-13 12:04:33 -0400 |
commit | 421b78aafb2e2c00af4d771c988347964675ef42 (patch) | |
tree | c1cca7c043834355ccd7fa18de27d42f593359ce /README.md | |
parent | ed1db1f3c871c1bf85085973c49b361ab420bf46 (diff) |
ability to define autoSlide duration per slide
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ Reveal.initialize({ // Number of milliseconds between automatically proceeding to the // next slide, disabled when set to 0, this value can be overwritten - // by using a data-autoSlide attribute on your slides + // by using a data-duration attribute on your slides autoSlide: 0, // Enable slide navigation via mouse wheel |