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: 384
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:
- images should fade-in/out every N seconds
- four controls: prev, pause, play, next
- 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