/jquery.rollingLinks

jQuery plugin for rolling links effect.

Primary LanguageJavaScriptMIT LicenseMIT

RollingLinks

RollingLinks is a jQuery plugin for create rolling effect at links. It works in all modern browsers with support CSS transitions and transformations.

Tested with jQuery versions 1.8+

File size is

Documentation and examples are here:

Inspired by Hakim's demo: https://github.com/hakimel/

Usage

You can simply init RollingLinks with one line:

$('element').rollingLinks();

and linking 'rollingLinks.css' file to the project:

<link rel="stylesheet" href="path/to/your/rollingLinks.css">

MIT Licensed

enjoy!