A smooth scroll JS library.
npm install properjs-jscrollJScroll
=======
> A smooth scroll JS library.
JScroll.scrollTo method to the utility.shell
npm install properjs-jscroll --save-dev
`
Usage
You will need to add a js-smooth class to your main container and a js-smooth-section class to any elements you want to be smooth.`javascript
import JScroll from "properjs-jscroll";const jscroll = new JScroll({
scrollbar: true
});
``