Image Slider with jQuery : Their is an asymmetrical image slider with a little twist: when sliding the pictures we will slightly rotate them and delay the sliding of each element. The unusual shape of the slider is created by some elements placement and the use of thick borders. We will also add an autoplay option and the mousewheel functionality.
The main idea for the slider functionality is to add another image before the current one with a slightly increased rotation degree than the current item. Then we will animate the rotation and make the new images appear.
Demo: http://tympanus.net/Tutorials/RotatingImageSlider/
Download: http://tympanus.net/codrops/2011/04/28/rotating-image-slider/

Be the first to comment.