
CSS allows animation of HTML elements without using JavaScript or Flash!
The animation shorthand CSS property applies an animation between styles and HTML Elements. It is a shorthand for
- CSS animation-name
- CSS animation-duration
- CSS animation-timing-function
- CSS animation-delay
- CSS animation-iteration-count
- CSS animation-direction
- CSS animation-fill-mode
- CSS animation-play-state
CSS Animation Demo and Code Sample
Resource Mozila