Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在下面的演示文稿中,我可以使用滚轮滚动幻灯片。
http://dimroc.github.com/reveal.js-threejs/#/
这是下面演示文稿的源代码演示。滚轮无法通过幻灯片。
我的问题是如何使滚轮在我的演示文稿中用作箭头键?
http://lab.hakim.se/reveal-js/#/
你mouseWheel: true在你的Reveal.initialize方法中丢失了。
mouseWheel: true
Reveal.initialize