Skip to content

Instantly share code, notes, and snippets.

@donbrae
Last active July 17, 2022 12:24
Show Gist options
  • Save donbrae/4b9e2d097a2d635e51148dd74c29c734 to your computer and use it in GitHub Desktop.
Save donbrae/4b9e2d097a2d635e51148dd74c29c734 to your computer and use it in GitHub Desktop.
JavaScript `scrollTo`.
window.scrollTo({
top: document.getElementById('foo').offsetTop,
left: 0,
behavior: 'smooth'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment