I came across @keyframes somewhere in css3 codes. I couldn’t find about it in much detail in stackoverflow. Even this question answers the @ rules except @keyframes.
Can somebody explain or provide a good link about @keyframes in detail?
Thanks in advance.
Have a read of: http://css3.bradshawenterprises.com/animations/
They just set the parameters for different stages of an animation, this lets you perform complex animations using CSS.