CSS animation-direction Property Reference

The CSS animation-direction property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

CSS animation-direction Property Reference

The CSS animation-direction property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

animation-direction overview

The CSS animation-direction property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

animation-direction formal syntax
FieldValue
Formal syntax<single-animation-direction>#
Initial valuenormal
Applies toallElementsAndPseudos
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Mediavisual
Specification groupCSS Animations
StatusStandard

Practical examples

These declarations demonstrate valid ways to set animation-direction. The initial and inherit global keywords remain available even when a property-specific value is preferable.

animation-direction live example
CSS .reset-example { animation-direction: initial; } .inherit-example { animation-direction: inherit; } @supports (animation-direction: initial) { .supported { animation-direction: initial; } }

Description

The CSS animation-direction property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: animation-direction
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies