CSS transition-behavior Property Reference

The CSS transition-behavior property is a standard property in CSS Transitions. Review its formal syntax, computed behavior, and practical declarations.

CSS transition-behavior Property Reference

The CSS transition-behavior property is a standard property in CSS Transitions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

transition-behavior overview

The CSS transition-behavior property is a standard property in CSS Transitions. 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

transition-behavior formal syntax
FieldValue
Formal syntax<transition-behavior-value>#
Initial valuenormal
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Mediavisual
Specification groupCSS Transitions
StatusStandard

Practical examples

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

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

Description

The CSS transition-behavior property is a standard property in CSS Transitions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: transition-behavior
  2. MDN: CSS Properties Reference

Similar or alternative tools

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