This repository was archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
contentfader is a simple jQuery plugin to provide a fade in and out for list items.
ctietze/jquery_contentfader
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
== contentfader is a simple jQuery plugin to provide a fade in and out for list items.
It convertes a flat <ul> list into multiple child lists with a specified number of elements and provides a simple (cross)fade on the converted and grouped lists
Features
* Crossfade or fade in / out
* random display
* pause on mouseover
= Example call
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery("#contentfader").contentfader({
easing: 'linear'
});
});
= License
Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.htmlAbout
contentfader is a simple jQuery plugin to provide a fade in and out for list items.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published