javascript smooth scroll to element

function smoothScroll(){ document.querySelector('.your_class or #id here').scrollIntoView({ behavior: 'smooth' }); }

Post a Comment

0 Comments