css.properties

animation

The animation property shorthand property for all animation properties.

Formal Syntax

animation = <single-animation># <single-animation> = <'animation-duration'> || <easing-function> || <'animation-delay'> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ] || <single-animation-timeline>

See specification

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation4316912
alternate35412
alternate-reverse35412
animation-timeline_included115โ€”โ€”115
auto35412
backwards35412
both35412
ease35412
ease-in35412
ease-in-out35412
ease-out35412
forwards35412
infinite35412
linear35412
none35412
normal35412
paused35479
reverse35412
running35479
step-end35412
step-start35412

Related Properties