aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab2012-11-17 15:48:12 -0500
committerHakim El Hattab2012-11-17 15:48:12 -0500
commitc61dc00a985e55fc304b53e97a404adc72c902e6 (patch)
treeaf5d308658aeae7ce6e6ce5be58fc9d8deae329d /js/reveal.js
parent332ce86c3a528f313070580fcef11c15ab5f309a (diff)
enforce max width/height on iframes (#244), disabled mouse wheel navigation by default
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 621a85b..7666b9d 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -42,7 +42,7 @@ var Reveal = (function(){
autoSlide: 0,
// Enable slide navigation via mouse wheel
- mouseWheel: true,
+ mouseWheel: false,
// Apply a 3D roll to links on hover
rollingLinks: true,