Fading In/out Unsorted List Items With jQuery
The idea behind the plugin is really simple. Suppose I have an unsorted list and want to show just a X number of items. Then I fade out this items and fade in the next ones, as it was a slideshow.
Download
https://github.com/rosantoz/jquery-fadelist
Usage
Just include the plugin in our site:
1
|
|
or
1
|
|
Your HTML code:
1 2 3 4 5 6 7 8 |
|
And then:
1
|
|
Options
1 2 3 4 |
|