📜 ⬆️ ⬇️

Windy - jQuery plugin slider with a very beautiful effect

jQuery-plugin to create a slider with a very beautiful 3D-effect.



See a demonstration of the plugin , download the source .

Here is one of the effects on the screenshot:
')


The plugin has several settings: the speed of the animation, the area of ​​"expansion" of slides, etc. For the plugin to work, you need to create a UL 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, helvetica sapiente odio placeat.</p> </li> <li> <!-- ... --> </li> <li> <!-- ... --> </li> <li> <!-- ... --> </li> <!-- ... --> </ul> 


For browsers that do not support CSS 3D transform and transition, the standard animation of the sliders will be displayed.

Source: https://habr.com/ru/post/154347/


All Articles