1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 03:40:28 +02:00

add autoSlideMethod to default config

This commit is contained in:
Hakim El Hattab
2015-11-19 15:35:12 +01:00
parent 0cd4e2c84f
commit c8319b9b1a

View File

@@ -103,6 +103,9 @@
// Stop auto-sliding after user input
autoSlideStoppable: true,
// Use this method for navigation when auto-sliding (defaults to navigateNext)
autoSlideMethod: null,
// Enable slide navigation via mouse wheel
mouseWheel: false,