59 lines
1.8 KiB
Text
59 lines
1.8 KiB
Text
jQuery Cycle Plugin
|
|
-------------------
|
|
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).
|
|
|
|
Files
|
|
------
|
|
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.
|
|
|
|
|
|
Getting Started
|
|
---------------
|
|
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
|
|
-------
|
|
Support can be found on the jQuery Forum:
|
|
http://forum.jquery.com/
|
|
|
|
|
|
Donations
|
|
---------
|
|
Donations are always welcome:
|
|
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=malsup%40gmail%2ecom&item_name=jQuery%20Cycle%20Plugin
|
|
|
|
|
|
License
|
|
-------
|
|
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
|
|
|
|
|
|
Dependencies
|
|
------------
|
|
Requires: jQuery v1.2.6 or later.
|