javascript image slideshow (jquery or YUI)
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 a开发者_Go百科nd continue again
Can the jquery cycle plugin handle these? Are there any alternatives for the YUI 2 framework?
Jquery Cycle plugin can definiately handle this. Check out this page of examples for more details.
For YUI 3:
http://freshcutsd.com/yui-slideshow/
-Eric
The YUI Carousel component seems like a good fit:
http://developer.yahoo.com/yui/examples/carousel/csl_circular_source.html
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.
精彩评论