Plain JavaScript animated window scroll function
28. September 2016
Before modern frameworks, I always used jQuery's scrollTo
method. At some point, not every project included jQuery, so I wrote simple function to animate window scroll.
I have kept copying that function from project to project. Finally I took some time, cleaned it up and published it on the npm (this is the first npm package I published).
Check the demo and read documentation of Github.
Installation
npm install animated-scroll-to
Usage
;
// desiredOffset - page offset to scroll
// options - object with options
// default options
;
;
desiredOffset, options;
Comments (2)