aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-01-14 19:22:27 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-01-14 19:22:27 -0800
commit38b229a22f3f87038037f160e204953358eb0617 (patch)
treeef1a068667dc642b3ef20a48794cb551655acbbd /index.html
parent17854e892b51f9e53e2c786a9736ec3ca9dfb0a2 (diff)
downloadfreenode-live-2017-presentation-38b229a22f3f87038037f160e204953358eb0617.tar
freenode-live-2017-presentation-38b229a22f3f87038037f160e204953358eb0617.tar.gz
tweaked mouse wheel navigation
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index b64ab54..1518eb9 100644
--- a/index.html
+++ b/index.html
@@ -227,6 +227,9 @@
// If true; each slide will be pushed to the browser history
history: true,
+ // Flags if mouse wheel navigation should be enabled
+ mouseWheel: true,
+
// Apply a 3D roll to links on hover
rollingLinks: true,
@@ -239,5 +242,6 @@
hljs.initHighlightingOnLoad();
</script>
+
</body>
</html> \ No newline at end of file