Agile Carousel - JQuery Plugin
View Examples!
Download
http://code.google.com/p/agile-carousel/downloads/list
b2.1 Released 7/16/09
Currently in beta version. Security & Feature enhancements on the way!
Jquery plugin that allows you to easily create a custom carousel. Call Jquery UI to enable many different additional transition types and easing methods. Uses PHP to draw images from the folder you specify. Configure many different options including controls, slide timer length, easing type, transition type and more!
Example Plugin Usage
Add the provided file "make_slides.php" to the same directory as the document that contains the slideshow. The file "slideshow.css" should also be used & modified as needed.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script src="slide_behavior_min.js"></script>
<script type="text/javascript">
$('#slide_holder').agile_carousel({
path_to_slides: "agile_carousel_slides",
slide_directory: "agile_carousel_slides"
});
</script>