asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > CSS Properties > Animation Properties

CSS Animation Properties


CSS animation allow authors to animate values of CSS properties over time by using keyframes. This section describes the specific animation properties currently supported.

PropertyDescription
animationA shorthand notation for setting the animation sub-property values in a single declaration.
animation-compositionDefines the composite operation used when multiple animations affect the same property simultaneously.
animation-delaySpecifies when the animation will start, or the wait time before the animation actually begins.
animation-directionSets the playback direction of the associated animation effect.
animation-durationSpecifies how long the animation will last, or the duration over which the animation should occur.
animation-fill-modeSpecifies the effect of an animation when it is not in play.
animation-iteration-countSpecifies the number of times an animation cycle is played.
animation-nameDefines the keyframe animation names that will apply.
animation-play-stateSpecifies whether the animation is running or paused.
animation-timelineDefines the timeline used with the animation.
animation-timing-functionDescribes how the animation will progress between each pair of keyframes.

This section assumes you already have some familiarity with the basics of CSS animation. If not, I suggest starting with a brief overview on Understanding and Using CSS Animations.

External references: CSS Animations Level 1   CSS Animations Level 2.

See Also

CSS Filter Functions, CSS Transform Functions, CSS Transition Properties



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note