Image rotator
Download kenburns.js (15th March 2007)
This page shows an example of a div that chooses an image at random from a parent URL and rotates them (in a random order), putting a Ken Burns-style panning effect on them. This is acheived wholly in JavaScript using Script.aculo.us and Prototype.
Example usage:
<div id="imagesContainer"></div>
<script type="text/javascript">
new KenBurns(
'/services/its/intranet/projects/webdev/sandbox/matmannion/resources/imagerotator/images',
$('imagesContainer')
);
</script>
