views:

504

answers:

4

I am looking for a javascript based image slideshow solution. Requirements I received:

  • A few images are added to the slideshow, and it fades one image after another and then starts again from the first image
  • There should be a navigation in order to manually go to the next / previous image
  • There should be the option to pause the slideshow and continue again

Can the jquery cycle plugin handle these? Are there any alternatives for the YUI 2 framework?

+3  A: 

Jquery Cycle plugin can definiately handle this. Check out this page of examples for more details.

Jon
Ah, there is a demo with prev / next links, havent seen this one! Thanks!
Max
jquery cycle did it, thanks!
Max
+1  A: 

The YUI Carousel component seems like a good fit:

http://developer.yahoo.com/yui/examples/carousel/csl_circular_source.html

einarq
Yes, I already tried it and it looks good BUT I cant find a way to change the animation from sliding to fading.
Max
+1  A: 

Take a look at the great Lightbox Clones Matrix. It's mainly based around ones which open in a div above your content, but many offer slideshow capabilities. Just use the checkboxes in the top right to filter to what you want.

nickf
+1  A: 

For YUI 3:

http://freshcutsd.com/yui-slideshow/

-Eric

Eric Miraglia