diff --git a/js/reveal.js b/js/reveal.js index c11099f..6e7acfa 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -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,