cms7-infinite-scroller
v1.0.7
Published
- ### import 'cms7-infinite-scrollbar/scrollbar.css' to have nice little scrollbar on the window instead of the default one
Downloads
2
Readme
infinite scroller
Css
import 'cms7-infinite-scrollbar/scrollbar.css' to have nice little scrollbar on the window instead of the default one
Exports:
infiniteScroller(scrollTarget, callback, locked, unlocked):
@param scrollTarget: jQuery object for target container. pass undefined to watch window scroll
@param callback: function (page, done: function(boolean)) -> void
@param locked: function () -> void
@param unlocked: function () -> void
windowScroll object:
methods:
remove() -> void: removes window scrollbar
restore() -> void: restores window scrollbar