Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if ($(document).height() > $(window).height()) {
  2. $([document.documentElement, document.body]).animate({
  3. scrollTop: $("#certificate-info h2").offset().top
  4. }, 2000);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement