Skip to content

npm-dom/scroll-bottom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scroll-bottom

Calculate & return bottom position of the vertical scroll

Install

$ npm install scroll-bottom

Usage

Simply require and call it.

var scrollBottom = require('scroll-bottom')
var on = require('dom-event')

on(window, 'scroll', function () {
  console.log('scroll bottom =', scrollBottom())
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published