UNPKG

jquery-infinite-scroller

Version:

A jQuery plugin that infinitely scrolls content based on mouse position

21 lines (15 loc) 735 B
# jQuery Infinite Scroller [![Build Status](https://travis-ci.org/chriswatts91/jquery-infinite-scroller.svg?branch=master)](https://travis-ci.org/chriswatts91/jquery-infinite-scroller) A jQuery plugin that infinitely scrolls content based on mouse position ## Usage Here is an example of quick usage: ```js $(".scroller").infiniteScroller(); ``` ### Parameters: Name | Description | Default ---- | ----------- | ------- speed | The speed of the scroller | 1 maxSpeed | The maximum speed of the scroller when hovering | 20 scrollOnMouseOver | Adjust scroll speed and position on mouse over | true resetOnMouseOut | Tween the scroller back to the initial speed on mouse out | false direction | The direction of the scroller | left