Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function defaultAnimateWindow() {
  2.     $('html, body').animate({
  3.         scrollTop: ($('#newEmbedded').offset().top - $('#topAccountBar').outerHeight(true)) + 'px'
  4.     }, 500);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement