diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-11-19 15:35:12 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-11-19 15:35:12 +0100 |
commit | c8319b9b1a19b23a0899e1aade4f3e4fca0a1f20 (patch) | |
tree | 4724afe2177d542aa04a62e275945e60e966cc0c /js | |
parent | 0cd4e2c84f4a12ed38fb723edcc8778f2d8769c1 (diff) | |
download | fosdem-2018-presentation-c8319b9b1a19b23a0899e1aade4f3e4fca0a1f20.tar fosdem-2018-presentation-c8319b9b1a19b23a0899e1aade4f3e4fca0a1f20.tar.gz |
add autoSlideMethod to default config
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 3 |
1 files changed, 3 insertions, 0 deletions
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, |