A deck.js module that adds the ability to navigate through slides by means of scrolling the page.
A demo can be seen here.
-
Copy the
scrolldirectory from this repository to yourextensionsdirectory. -
Include the stylesheet:
<link rel="stylesheet" href="https://github.com/extensions/scroll/deck.scroll.css"> -
Include the JS:
<script src="https://github.com/extensions/scroll/deck.scroll.js"></script>
And you're set.