scroll-xy
v1.1.0
Published
Get the current x/y scroll position
Downloads
148
Readme
scroll-xy 
Get the current x/y scroll position and scroll maximum
Install
$ npm install --save scroll-xyUsage
var scrollPosition = require('scroll-xy')
scrollPosition()
//=> {x, y, maximum: {x, y}} for window
scrollPosition(element)
//=> {x, y, maximum: {x, y}} for elementAPI
scrollPosition(element) -> object
Returns an {x, y, maximum: {x, y}} object where values are integers.
element
Type: HTMLElement
Default: window
A DOM element, defaulting to window which has special handling.
License
MIT © Ben Drucker
