Firefox Tomorrow

web api instance property

CSSViewTransitionRule: types property

View on MDN ↗

The types read-only property of the CSSViewTransitionRule interface returns an array containing the associated @view-transition at-rule’s types descriptor values.

Value

An array of strings.

If no types descriptor is set on the @view-transition at-rule, the types property is equal to an empty array.

Examples

See the main CSSViewTransitionRule page for example usage.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also