1.0.7 • Published 5 years ago

cms7-infinite-scroller v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago