Skip to content

Instantly share code, notes, and snippets.

@Prinzhorn
Created November 11, 2013 18:23
Show Gist options
  • Select an option

  • Save Prinzhorn/7417822 to your computer and use it in GitHub Desktop.

Select an option

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