1.2.1 • Published 6 years ago

dom-scroll-into-view-ie v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

dom-scroll-into-view


scroll node in contain to make node visible

NPM version npm download

install

dom-scroll-into-view

Usage

var scrollIntoView = require('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.