From e94f62a58fae974fe1c4fb6111007a8c7337749b Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 11 Oct 2013 08:40:40 -0400 Subject: add autoSlideStoppable config value, allows autoSlide to be aborted on user input --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6d78ae9..039c504 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,9 @@ Reveal.initialize({ // by using a data-autoslide attribute on your slides autoSlide: 0, + // Stop auto-sliding after user input + autoSlideStoppable: true, + // Enable slide navigation via mouse wheel mouseWheel: false, -- cgit v1.2.3