Smooth scrolling has been introduced into the spec where the scroll happens over a period of time, which is great. However, I think it would be even more useful if scroll method returned a promise so the developer could wait until the sc...
An advanced debouncing utility designed to optimize high-frequency events in web applications, such as scroll, resize, and input. - danielhaim1/Modulator