Skip to content

Commit 991a40b

Browse files
committed
Disable navigation controls
While the navigation controls are helpful if someone cycles through the slides on their own, they are visually distracting while presenting.
1 parent 533944b commit 991a40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

itnot/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@
614614
// - https://github.com/hakimel/reveal.js#configuration
615615
// - https://github.com/hakimel/reveal.js#dependencies
616616
Reveal.initialize({
617+
controls: false,
617618
transition: "fade",
618619
dependencies: [
619620
{ src: 'plugin/markdown/marked.js' },

0 commit comments

Comments
 (0)