$ npm install scrollzy
import scrollzy from 'scrollzy'
scrollzy({
trigger: $('#yourButton'),
scrollTo: $('#scrollHere'),
})
eventType // default: click
speed // default: 1000ms
$ npm install scrollzy
import scrollzy from 'scrollzy'
scrollzy({
trigger: $('#yourButton'),
scrollTo: $('#scrollHere'),
})
eventType // default: click
speed // default: 1000ms