Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Latest commit

 

History

History
3 lines (3 loc) · 236 Bytes

File metadata and controls

3 lines (3 loc) · 236 Bytes
  • window.scrollY: starts counting from top left corner of the document
  • window.innerHeight: starts counting from the viewport
  • HTMLElement.offsetTop: returns the distance of HTMLElement relative to its parent element.