Gesparo
10/11/2018 - 1:17 PM

Scroll to element

Animation scroll to specific element on the page

let element = $('.element');

$('html, body').animate({
  scrollTop: element.offset().top
}, 500);