Answers for "how to make a smooth scrolling back to top button with jquery"

2

smooth scroll to top jquery

window.scrollTo({top: 0, behavior: 'smooth'});
Posted by: Guest on October-01-2020

Code answers related to "how to make a smooth scrolling back to top button with jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language