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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 87b39d1..051ed01 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Reveal.initialize({ // 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, @@ -55,6 +58,7 @@ Reveal.initialize({ - CSS is now much more explicit, rooted at #reveal, to prevent conflicts - Config option for disabling updates to URL, defaults to true - Anchors with image children no longer rotate in 3D on hover +- Support for mouse wheel navigation ([naugtur](https://github.com/naugtur)) #### 1.1 -- cgit v1.2.3