monoame-softscroll
v1.1.0
Published
soft scrolling for all place in website
Downloads
27
Readme
monoame-softscroll
A soft scroll plugin based on jquery and gsap
to use
npm i monoame-softscrollTo enable site soft scroll, simply add:
import softscroll from 'monoame-softscroll'
softscroll.init()
//---turn on / off
softscroll.set( true / false)
