[jQuery] Cycle Plugin update

[jQuery] Cycle Plugin update


I've just uploaded a new version of the Cycle Plugin:
http://malsup.com/jquery/cycle/
This new version adds some new transition effects, the ability to
create custom transitions, and the ability to transition on a click
event rather than a timeout. But the biggest change is an overhaul to
how transitions are defined. Transitions are now defined using a
plugin scheme. This means you can create your own transition
definitions, plug them in to the Cycle Plugin, and then use them by
name. This provides a lot of flexibility, and together with the
custom transition support lets you create some pretty wacky stuff.
The documentation provides lots of examples.
Cheers!
Mike