$("button").on('click', function() { window.scrollTo({ top: $('#intro').offset().top, left: 0, behavior: 'smooth' }) });