scroll-percentager
v1.0.1
Published
A JavaScript library to get percentage of scrolls
Downloads
2
Readme
scroll-percentager
This library is for calculating percentage of scrolls in the specified area.
How to install
npm install scroll-percentager
How to use
Please import bind
like below code.
import { bind } from 'scroll-percentager'
You pass ID of the Element which is scrollable area as 1st param.
After that, you can get percantage of scrolls in the area by using getCurrentPercentage()
.
License
MIT