CSS view-transition-scope Property Reference

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

CSS view-transition-scope Property Reference

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

Updated 2026-08-12

view-transition-scope overview

The CSS view-transition-scope property is a standard property in CSS View 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

view-transition-scope formal syntax
FieldValue
Formal syntaxnone | all
Initial valuenone
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS View Transitions
StatusStandard

Practical examples

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

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

Description

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

References

  1. MDN: view-transition-scope
  2. MDN: CSS Properties Reference

Similar or alternative tools

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