From 38b229a22f3f87038037f160e204953358eb0617 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 14 Jan 2012 19:22:27 -0800 Subject: tweaked mouse wheel navigation --- index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.html') 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(); + \ No newline at end of file -- cgit v1.2.3