Smooth Scrolling the document using CSS
My friend's team recently launched paychexcareers.in for hiring within India. So I was checking out the site's footer which has the famous scroll-to-top button / link. This is famously done in jQuery using $('html, body').animate({ scrollTop: 0 }) ...
Aug 12, 20211 min read144
