Skip to content

Instantly share code, notes, and snippets.

@DerexScript
Created October 5, 2017 20:09
Show Gist options
  • Save DerexScript/b6419c33ae6a2470554b788c46efd548 to your computer and use it in GitHub Desktop.
Save DerexScript/b6419c33ae6a2470554b788c46efd548 to your computer and use it in GitHub Desktop.
scroll position
retorna posição atual
document.querySelector('.drawer-body').scrollTop;
pega valor total
document.querySelector('.drawer-body').scrollHeight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment