Skip to content

Instantly share code, notes, and snippets.

@felipemarcos
Last active May 16, 2016 18:06
Show Gist options
  • Save felipemarcos/51a0b971e943b5a7395a9c5a62ba0883 to your computer and use it in GitHub Desktop.
Save felipemarcos/51a0b971e943b5a7395a9c5a62ba0883 to your computer and use it in GitHub Desktop.
document.addEventListener('mouseleave', function(e) {
if ( e.clientY < 0 ) {
console.log('Leaving?');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment