Skip to content

Instantly share code, notes, and snippets.

@trivoallan
Created March 25, 2014 14:20
Show Gist options
  • Select an option

  • Save trivoallan/9762799 to your computer and use it in GitHub Desktop.

Select an option

Save trivoallan/9762799 to your computer and use it in GitHub Desktop.
<script type='text/javascript'>
$(document).ready(function() {
$('#page_holder').pagify({
pages: ['accueil', 'regles', 'styll-life', 'zsp', 'born-in-ny', 'extra-large', 'info'],
animation: 'fadeIn',
animationSpeed: 1000,
animationOut: 'fadeOut',
animationOutSpeed: 950,
default: 'accueil',
cache: false,
onChange: function(page) {
$("html, body").animate({ scrollTop: 0 }, "slow");
}
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment