Skip to content

Instantly share code, notes, and snippets.

@usmaanalii
Created August 22, 2017 13:50
Show Gist options
  • Save usmaanalii/07792a13e8d1fc450588470dfcfe10eb to your computer and use it in GitHub Desktop.
Save usmaanalii/07792a13e8d1fc450588470dfcfe10eb to your computer and use it in GitHub Desktop.
const linkCoords = this.getBoundingClientRect();
const coords = {
width: linkCoords.width,
height: linkCoords.height,
top: linkCoords.top + window.scrollY,
left: linkCoords.left + window.scrollX,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment