Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 346 Bytes

smooth-scroll

Smooth scroll using requestAnimationFrame.

Install

npm install
gulp

Use gulp to automatically recompile when you make changes.

Alternatively, you can use gulp compile to recompile only when needed.

How to use

Import the lib in your project and instantiate it... and you're done !

new SmoothScroll();