dom-scroll-into-view
v2.0.1
Published
scroll dom node into view automatically
Downloads
1,539,102
Readme
dom-scroll-into-view
scroll node in contain to make node visible
install
Usage
import scrollIntoView from 'dom-scroll-into-view';
scrollIntoView(source,container,config);
Development
npm install
npm start
Example
http://localhost:8000/examples/
online example: http://yiminghe.github.io/dom-scroll-into-view/
function parameter
License
dom-scroll-into-view is released under the MIT license.