Yet another slideshow plugin for jQuery. Powered by Coffee.
This is the default behaviour of the plugin with a custom easing setting and a minimal Html setup.
$('#slides-a').jslide({
easing: 'easeInOutCirc'
});
The are no options relevant to this example. See the documentation for a list of all
available options.
<div id="slides-container">
<ul id="slides">
<li class="slide"><img src="images/123456.png" /></li>
<li class="slide">
<h2>Got Ma Nuts From A Hippy</h2>
<p>
Well she whispered in my ear<br />
we got to get us out of here<br />
to the country<br />
I asked her for a ride<br />
she took me aside<br />
she said "try me"<br />
I thought I'm gonna wake pretty soon <br />
In the middle of a Sunday afternoon<br />
just dreamin. And it was warm in the back of her van.<br />
Where she made me a real man.
</p>
<p>
She made me cry, she made me cry.<br />
Oh she made me cry, why she make me cry?
</p>
</li>
<li class="slide"><img src="images/4eee88.png" /></li>
<li class="slide"><img src="images/cce400.png" /></li>
<li class="slide"><img src="images/ff4e2b.png" /></li>
<li class="slide">
<h2>The Great Escape</h2>
<p>
They're breakin' both my hands<br />
They're breakin' both my hands<br />
They're tellin' me to take it like a man<br />
Take it like a man<br />
Well fu*k that<br />
</p>
</li>
</ul>
</div>