CSS Animation Properties
CSS animations allow you to animate transitions between different CSS styles. Use keyframes to define the animation sequence.
Key Properties
- animation-name: Name of the keyframe animation
- animation-duration: How long the animation takes
- animation-timing-function: Speed curve (ease, linear, etc.)
- animation-iteration-count: How many times to repeat
- animation-direction: Normal, reverse, alternate