jQuery Scrolling Deck Plugin
John Polacek’s jQuery Scrolling Deck is a plugin that makes your scrolling presentation easy. Here’s a rundown of the code: $(document).ready(function() { var deck = new $.scrolldeck(); }); You can modify the settings $(document).ready(function() { var deck = new $.scrolldeck({ buttons: ‘.nav-button’, slides: ‘.slide’, duration: 600, easing: [...]