jQuery plugin which applies a Slot Machine Scrolling effect to a list of images.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/jquery-slotmachine.min.js"></script>
<script>
jQuery(function($) {
$("#slotMachine1").slotMachine({height: 350, width:500});
});
</script>
<div id="slotMachine1">
<a href="#"><img src="image_1.png" height="200"/></a>
<a href="#"><img src="image_2.png" height="100"/></a>
<a href="#"><img src="image_3.png" height="150"/></a>
</div>
(Coming soon)
(Coming soon)
(Nothing yet)