Total Pageviews

Thursday, October 11, 2012

Windy — jQuery slider plugin with a cool effect




Here are the demonstration and sources.

For proper work you need to create an UL element with the wi-container class.

<ul id="wi-el" class="wi-container"> <li> <img src="images/demo1/1.jpg" alt="image1"/> <h4>Coco Loko</h4> <p>Total bicycle rights in blog four loko raw denim ex.</p> </li> <li> <!-- ... --> </li> <li> <!-- ... --> </li> <li> <!-- ... --> </li> <!-- ... --> </ul>

Browser without support of CSS 3D transition and transform will render the standart slider animation.

No comments:

Post a Comment