Skip to content

Instantly share code, notes, and snippets.

@peterudo
Created December 7, 2011 23:33
Show Gist options
  • Save peterudo/1445299 to your computer and use it in GitHub Desktop.
Save peterudo/1445299 to your computer and use it in GitHub Desktop.
new SwipeView('#wrapper', {
numberOfPages: slides.length,
wrapAround: false,
onPageDraw: function (content, data) {
content.innerHTML = slides[data.upcomingPageIndex];
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment