CSS will-change Property Reference

The CSS will-change property is a standard property in CSS Will Change. Review its formal syntax, computed behavior, and practical declarations.

CSS will-change Property Reference

The CSS will-change property is a standard property in CSS Will Change. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

will-change overview

The CSS will-change property is a standard property in CSS Will Change. 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

will-change formal syntax
FieldValue
Formal syntaxauto | <animateable-feature>#
Initial valueauto
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediaall
Specification groupCSS Will Change
StatusStandard

Practical examples

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

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

Description

The CSS will-change property is a standard property in CSS Will Change. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: will-change
  2. MDN: CSS Properties Reference

Similar or alternative tools

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