infinite-auto-scroller
v1.0.0
Published
This package is for auto-scrolling a div for infdefinite time, can be configured for diffrent speeds
Downloads
11
Maintainers
Readme
install
install using npm ,yarn,pnpm etc
npm install infinite-auto-scroller
how to use
invoke the function to an jquery element:
$("#auto-scroll-container").autoScroll();
you can pass an option object if you want:
$("#auto-scroll-container").autoScroll({
scroll_dir:'right',
gear:4,
flex_flow: 'row',
stop: false
});