css.properties

view-transition-name

The view-transition-name property specifies the name of a view transition.

Formal Syntax

none | <custom-ident>

See specification

JavaScript Access

// Access via element.style
element.style.viewTransitionName = 'none';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
view-transition-name11114418111
match-element13714418.4137
none11114418111

Related Properties