scroll-down
v2.0.0
Published
Scroll down within an element
Downloads
7
Readme
scroll-down
Scroll to the bottom of an element. We use it to scroll a textarea to the bottom every time we add content to it.
Usage
npm install --save scroll-down
var scrollDown = require('./index.js');
// scroll in element to the bottom
scrollDown(element);