From c8319b9b1a19b23a0899e1aade4f3e4fca0a1f20 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 19 Nov 2015 15:35:12 +0100 Subject: [PATCH] add autoSlideMethod to default config --- js/reveal.js | 3 +++ 1 file changed, 3 insertions(+) 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,