http://malsup.com/jquery/cycle/browser.html

* blindX
* blindY
* blindZ
* cover
* curtainX
* curtainY
* fade
* fadeZoom
* growX
* growY
* none
* scrollUp
* scrollDown
* scrollLeft
* scrollRight
* scrollHorz
* scrollVert
* shuffle
* slideX
* slideY
* toss
* turnUp
* turnDown
* turnLeft
* turnRight
* uncover
* wipe
* zoom

Toggle the sync option to see how some effects behave differently (such as blind, curtain, and zoom).
sync: true

And NO: the plug-in does not come with jQuery Update module, it has to be installed from:
http://malsup.com/jquery/cycle/download.html Latest version: 2.88 (08-JUN-2010)

And why in the jQuery Update module? Shouldn't it need to go in .../sites/all/libraries ??!

Comments

ClearXS’s picture

In that zipfile are:

* example.html
* jquery.cycle.all.min.js
* jquery.cycle.lite.min.js
* jquery.cycle.min.js
* readme.txt
* src folder:
- jquery.cycle.all.js
- jquery.cycle.js
- jquery.cycle.lite.js

Why are the others not used? Should I throw them away?

The jQuery Cycle plugin is comprised of two basic parts:
1. Core logic for controlling a slideshow
2. A plugin architecture to support a wide variety of transition effects (including custom transition effects that you can write yourself).

jquery.cycle.all.min.js contains all of the slideshow logic and all of the predefined transition effects that I have developed (over two dozen effects). Use this script if you want to choose from a variety of transition effects.

jquery.cycle.min.js contains all of the slideshow logic, but only a single transition effect: 'fade'. Use this script if you want a 'fade' slideshow, or if you want to write your own custom transition.

jquery.cycle.lite.min.js is a small, streamlined slideshow script that has fewer options and supports only the fade transition. Use this script if you want a 'fade' slideshow and you are willing to trade features for file size.

The 'src' folder in this archive contains the uncompressed scripts.

Open the 'example.html' file in an editor or browser to see how easy it is to create a slideshow.

Documentation and Demos: http://jquery.malsup.com/cycle/ - http://jquery.malsup.com/cycle/lite/

Support can be found on the jQuery Forum: http://forum.jquery.com/

Donations are always welcome: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=malsup%40gmai...

The jQuery Cycle plugin is dual-licensed under the MIT and GPL licenses:
- http://www.opensource.org/licenses/mit-license.php
- http://www.gnu.org/licenses/gpl.html

Requires: jQuery v1.2.6 or later.