Skip to content

Instantly share code, notes, and snippets.

@Jekins
Last active November 3, 2018 15:27
Show Gist options
  • Save Jekins/a726afa46cbb276a82ca to your computer and use it in GitHub Desktop.
Save Jekins/a726afa46cbb276a82ca to your computer and use it in GitHub Desktop.
Скрол к элементу
$('html, body').animate({
scrollTop: $('#id').offset().top
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment