Skip to content

Instantly share code, notes, and snippets.

@Prinzhorn
Created November 11, 2013 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Prinzhorn/7417822 to your computer and use it in GitHub Desktop.
Save Prinzhorn/7417822 to your computer and use it in GitHub Desktop.
Only animate skrollr when scrolling down
skrollr.init({
beforerender: function(data) {
return data.curTop > data.lastTop;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment