🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

An infinite, mouse-aware jQuery scroller plugin which has the ability to automatically scroll a list of html elements left or right depending on the mouse position.

scroller

Documentation

jQuery Infinite Scroller Build Status

A jQuery plugin that infinitely scrolls content based on mouse position

Demo

http://cawserve.com/jquery-infinite-scroller

Install

This package can be installed with:

# Bower bower install --save jquery-infinite-scroller  # NPM npm install jquery-infinite-scroller

Or download the latest release.

Usage

Here is an example of quick usage:

$(".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

You May Also Like