scroll-hilo

Add .bottom and .top classes to document body when page is all the way up or down.


Keywords
browser, scroll, top, bottom
License
MIT
Install
npm install scroll-hilo@1.0.2

Documentation

scroll-hilo

Add .bottom and .top classes to document body when page is all the way up or down. Check out the live demo

Installation

Install with npm:

$ npm install scroll-hilo

API

require('scroll-hilo')();

document.body will have .top class when the top of the page is displayed and the .bottom class when the bottom of the page is displayed

License

MIT