Skip to content

Instantly share code, notes, and snippets.

@treasonx
Last active August 29, 2015 14:13
Show Gist options
  • Save treasonx/23080846dcf2785e24be to your computer and use it in GitHub Desktop.
Save treasonx/23080846dcf2785e24be to your computer and use it in GitHub Desktop.
Learning Most
canvas.scrollStream.takeWhile(function () {
console.log('streamEvent');
return canvas.percentVisible() < VISIBILITY_THRESHOLD;
}).observe(function () {}).then(function () {
console.log('Became visible');
triggerVisibiliyAnalytics();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment