36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
LICENSE
|
|
|
|
MIT-style license.
|
|
|
|
COPYRIGHT
|
|
|
|
Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
|
|
|
|
SUMMARY
|
|
|
|
Slideshow is a javascript class for Mootools 1.2 to stream and animate the presentation of images on your website.
|
|
|
|
FILES
|
|
|
|
In this distribution, you will find the following files:
|
|
|
|
css/ - Folder containing stylesheet and CSS background images.
|
|
images/ - Folder with example images.
|
|
index.html - Example script usage.
|
|
js/ - Folder with the Slideshow scripts and Mootools 1.2.1.
|
|
|
|
SUPPORT
|
|
|
|
http://code.google.com/p/slideshow - Official development website.
|
|
http://www.electricprism.com/aeron/slideshow/ - Demos and examples.
|
|
http://code.google.com/p/slideshow/wiki/FAQ - FAQ.
|
|
http://code.google.com/p/slideshow/wiki/Slideshow - Manual.
|
|
http://groups.google.com/group/mootools-slideshow - Google Group.
|
|
|
|
CHANGE LOG
|
|
|
|
slideshow.js (147) - IE fixed for both the base class and Fold slideshows.
|
|
slideshow.js (131) - IE7 or newer now looks good! Added transitions on paused, titles options, more.
|
|
slideshow.js (113) - Fixed conflict with Mootools 1.2.1 and destroy().
|
|
slideshow.js (105) - Added fix for duplicate image filenames.
|
|
slideshow.js (104) - Added onEnd event handler. |