css.properties

view-transition-group

The view-transition-group property specifies the group for view transitions.

Experimental โ€” This feature is experimental and may change

Formal Syntax

normal | contain | nearest | <custom-ident>

See specification

JavaScript Access

// Access via element.style
element.style.viewTransitionGroup = 'normal';

Browser Support

experimental, standard | Spec

FeatureChromeFirefoxSafariEdge
view-transition-group140โ€”โ€”140
contain140โ€”โ€”140
nearest140โ€”โ€”140
normal140โ€”โ€”140

Related Properties