Skip to content

Instantly share code, notes, and snippets.

@mherchel
Last active August 29, 2015 14:13
Show Gist options
  • Save mherchel/3e5e636af30e145c4e87 to your computer and use it in GitHub Desktop.
Save mherchel/3e5e636af30e145c4e87 to your computer and use it in GitHub Desktop.
Consistently log scroll interactions for timeline debugging
console.timeline();
$('body').animate({ scrollTop: 2800 }, 12000, 'linear', function() {
console.timelineEnd();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment