Josh Lizarraga![]()
YUI Slideshow lets you create customizable, animated slideshows from images or any other HTML.
Use the built-in transitions or create your own!
Supports controls like pause/play, previous/next, and pages, and fires custom events.
YUI Slideshow was inspired by the jQuery Cycle plugin.
Basic YUI Slideshow instantiation:
<script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2011.04.20-13-04'
}).use('gallery-yui-slideshow', function(Y){
var slideshow = new Y.Slideshow({ srcNode: '#slideshow' });
slideshow.render();
});| Subject | Author | Date |
|---|---|---|
| YUI Slideshow different duration for each slide | Aleksandar Yordanov | 03/19/11 |
| Re: YUI Slideshow different duration for each slide | Josh Lizarraga | 03/31/11 |
| Feature request: captions? | DJ Feldmeyer | 04/1/11 |
| Feature request: links? | DJ Feldmeyer | 04/1/11 |
| Re: YUI Slideshow different duration for each slide | Josh Lizarraga | 04/15/11 |
| Re: Feature request: links? | Josh Lizarraga | 04/15/11 |
| Re: Feature request: captions? | Josh Lizarraga | 04/15/11 |
| Different transition for next/prev? | Kewei He | 05/29/12 |
| Unable to make slideshow work properly | Nilay Medh | 12/9/12 |
| Re: Unable to make slideshow work properly | Nilay Medh | 12/13/12 |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info