diff options
author | Hakim El Hattab | 2012-01-14 19:22:27 -0800 |
---|---|---|
committer | Hakim El Hattab | 2012-01-14 19:22:27 -0800 |
commit | 38b229a22f3f87038037f160e204953358eb0617 (patch) | |
tree | ef1a068667dc642b3ef20a48794cb551655acbbd /README.md | |
parent | 17854e892b51f9e53e2c786a9736ec3ca9dfb0a2 (diff) |
tweaked mouse wheel navigation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |