Skip to content

Instantly share code, notes, and snippets.

@handleman
Created March 10, 2014 12:53
Show Gist options
  • Select an option

  • Save handleman/9464486 to your computer and use it in GitHub Desktop.

Select an option

Save handleman/9464486 to your computer and use it in GitHub Desktop.
анимация скролл к элементу на странице
var offset = $(".error-box").offset();
$("html,body").animate({
scrollTop: offset.top,
scrollLeft: offset.left
}, 800);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment