Conveyor-Belt is a simple but well adjustable slideshow carousel jQuery plugin. Plenty of configurations available, including transition types; image fits; slideshow speeds;
PREREQUISITES: You need a DIV with a UL and a load of LI’s with IMAGES Use CSS to set the height and width of your $(‘.example’) element – this will be the size of your slideshow.
<div class="example">
<ul id="cb-images">
<li><img src="img.png"/></li>
<li><img src="img.png"/></li>
<li><img src="img.png"/></li>
<li><img src="img.png"/></li>
</ul>
</div>
BASIC USAGE: all are optional
$('.example').plugin(
ul,
fit,
auto,
countdown,
speed,
startPosition,
transition,
ease,
direction,
overflow,
html,
controls,
buttonDimension
);
config options:
usage example
$('.container').conveyor(
ul:'.images',
fit:'portrait',
transition:'blend',
startPosition:'last',
direction:'backward',
ease:'$cubic-bezier(0.230, 1.000, 0.320, 1.000)'
);
Customizable jQuery Slideshow Carousel Plugin (Conveyor Belt)
No comments:
Post a Comment