jquery page scroll animation

$('html, body').animate({
  scrollTop: $(".top").offset().top
}, 2000);
blog comments powered by Disqus