[jQuery] Major release of jQuery.SerialScroll
Hi all
I added a new release, with a lot of new features. Some of them are:
-Close integration with LocalScroll (can interact, and also use the
same settings hash).
-The possibility to call SerialScroll on the same element more than
once.
-Add a group of elements that will scroll to specific elements (w/o
using LocalScroll).
-Call SerialScroll on many elements at the same time.
These are some of the features.. here you have the full list:
http://flesler.blogspot.com/2008/03/jqueryserialscroll-120-released.html
For those that don't know, SerialScroll is a plugin to animate series
of elements.
It can handle many different situations like:
- Screen sliding.
- Slideshows, carousels.
- News-Tickers.
- Text Scrollers.
- Any other list of elements that you need to navigate.
It's is highly customizable, and takes less than 3.5kb minified
(including ScrollTo).
Documentation: http://flesler.blogspot.com/2008/02/jqueryserialscroll.html
Demo: http://flesler.webs.com/jQuery.SerialScroll/
Cheers
Ariel Flesler