Hi everyone

   I added the first release of jQuery.SerialScroll. This is a generic
and very customizable plugin to navigate series of elements.

This plugin is similar to jQuery.LocalScroll: (http://
flesler.blogspot.com/2007/10/jquerylocalscroll-10.html)
But it serves a different purpose. Instead scrolling to elements at
random, this one takes a "prev" and "next" button, and a group of
items and it will take care of the navigation.

It also uses jQuery.ScrollTo (http://flesler.blogspot.com/2007/10/
jqueryscrollto.html) to handle the animation part, you get access to
all its settings. That gives you around 20 options to customize.

It doesn't have a fixed purpose and in the demo, I exemplified 3
different uses.

While doing it, I realized some of its settings, were also useful for
jQuery.LocalScroll so I added them into a new release.
The latter has 3 new options: stop, lock and hash. I also added a
function called $.localScroll.hash(). They are all well explained.

jQuery.ScrollTo got a new option called 'over'. And it is demonstrated
in the demo page.

Here's the blog entry of jQuery.SerialScroll:
   http://flesler.blogspot.com/2008/02/jqueryserialscroll.html

Cheers :)

Ariel Flesler

Reply via email to