CSSViewTransitionRule: navigation property

The navigation read-only property of the CSSViewTransitionRule interface returns the associated @view-transition at-rule's navigation descriptor value.

Value

A string.

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

Examples

See the main CSSViewTransitionRule page for example usage.

Specifications

See also