home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / slideshow / README < prev    next >
Text File  |  2010-08-16  |  1KB  |  36 lines

  1. LICENSE
  2.  
  3. MIT-style license.
  4.  
  5. COPYRIGHT
  6.  
  7. Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
  8.  
  9. SUMMARY
  10.  
  11. Slideshow is a javascript class for Mootools 1.2 to stream and animate the presentation of images on your website.
  12.  
  13. FILES
  14.  
  15. In this distribution, you will find the following files:
  16.  
  17. css/          - Folder containing stylesheet and CSS background images.
  18. images/       - Folder with example images.
  19. index.html    - Example script usage.
  20. js/           - Folder with the Slideshow scripts and Mootools 1.2.1.
  21.  
  22. SUPPORT
  23.  
  24. http://code.google.com/p/slideshow                    - Official development website.
  25. http://www.electricprism.com/aeron/slideshow/         - Demos and examples.
  26. http://code.google.com/p/slideshow/wiki/FAQ           - FAQ.
  27. http://code.google.com/p/slideshow/wiki/Slideshow     - Manual.
  28. http://groups.google.com/group/mootools-slideshow     - Google Group.
  29.  
  30. CHANGE LOG
  31.  
  32. slideshow.js (147)    - IE fixed for both the base class and Fold slideshows.
  33. slideshow.js (131)    - IE7 or newer now looks good! Added transitions on paused, titles options, more.
  34. slideshow.js (113)    - Fixed conflict with Mootools 1.2.1 and destroy().
  35. slideshow.js (105)      - Added fix for duplicate image filenames.
  36. slideshow.js (104)      - Added onEnd event handler.