ElementStacks stacks elements/images on top of each other with a funky transition.
jQuery version of ElementStacks by Oskar Krawczyk.
http://www.jsfiddle.net/marcofucci/rRtAq/
- jQuery 1.2.3+
- jQuery Easing Plugin (optional)
$(<wrapper>).elementStacks();
- itemsSelector: selector for the stackItems inside your wrapper. Default img.
- rotationDeg: degree of the rotation. Default 20.
- delay: delay between the animation of the elements. Default 40.
- duration: duration of the animation for each element. Default 900.
- transition: the name of the easing effect that you want to use. Default swing.
ElementStacks is licensed under MIT.