1.0.0 • Published 4 months ago

infinite-auto-scroller v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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
});

available options: