Animated Leading Slats
Animated Leading Slats inspired from CSS3 Create. This creation uses CSS3's animation
and keyframes
properties to animate the "slats". These slats are created by styling the p
tag. Each p
tag is contained in a separate div
which is given a perspective
to render 3D transforms better. Slats are then animated by using 3D transform
s which replicate the real animation upto some extent.
Please note that it will work only in Safari, Chrome and Firefox.