1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 02:10:23 +02:00

tweaked mouse wheel navigation

This commit is contained in:
Hakim El Hattab
2012-01-14 19:22:27 -08:00
parent 17854e892b
commit 38b229a22f
3 changed files with 36 additions and 26 deletions

View File

@@ -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>