Version 1.0
Scott de Jonge @scottdejonge
A simple fullscreen page scroller usng JQuery.
###Options
$('[data-scroller]').scroller({
body: 'html, body',
navigationcontainer: '[data-scroller-nav]',
navigation: '[data-scroller-nav] > a',
section: '[data-scroller-section]',
current: 0,
speed: 650,
easing: 'easeInOutExpo'
});
- initial version