Prototype/Scriptaculous Cycle (Slideshow) Plugin

Posted by Salman A on Stack Overflow See other posts from Stack Overflow or by Salman A
Published on 2010-04-07T06:15:47Z Indexed on 2010/04/07 6:23 UTC
Read the original article Hit count: 356

I've got a bunch of websites that use a few Prototype/Scriptaculous plugins such as lightbox and modalbox, hence include references to these two libraries on various pages.

I now need to implement a slideshow on every page, and to follow suit, I need a Prototype cycle or slideshow plugin. The requirements are fairly simple:

  1. images should fade-in/out every N seconds
  2. four controls: prev, pause, play, next
  3. i'd prefer to add images to the slideshow via JavaScript; not by adding too many tags

Can any one suggest an existing plugin that can be customized easily and is not bloated like most of the other plugins.

Here is a jQuery plugin which provides similar functionality: http://malsup.com/jquery/cycle/lite/

© Stack Overflow or respective owner

Related posts about prototype

Related posts about scriptaculous