Awesome
#skrollr-decks
skrollr plugin for fullpage presentation decks
##Installation
bower i skrollr-decks
<body class="skrollr-decks-init" data-skrollr-decks-history="true">
<main id="skrollr-body">
<section class="skrollr-deck"></section>
<section class="skrollr-deck"></section>
<section class="skrollr-deck"></section>
</main>
</body>
##API
###skrollr.decks.init(options)
options.decks
(.skrollr-deck) - decks classnameoffset
(10) - offset in percents to deck since which will autoscrollduration
(600) - scrolling durationeasing
(quaratic) - scrolling easing, moredelay
(500) - delay before scrollautoscroll
(true)history
(false) - hash navigation
###skrollr.decks.refresh()
Recalc height of all decks. Need to update when content added
###skrollr.decks.animateTo(anchor, noAnimation)
anchor
-#id
of deck,up
ordown
noAnimation
- prevents animation
###skrollr.decks.on(event, callback)
change(activeDeck)
- calls when active deck is changedrender(e)
- skrollr render event
##License
Copyright © 2014 Bogdan Chadkin