Exposes element.startViewTransition() on arbitrary HTML elements. The element establishes a scope for the transition, which means that the transition pseudo-elements are affected by ancestor clips and transforms, and multiple transitions on separate elements can run concurrently.
View transitions are currently a "global" document-level concept, which means components cannot use transitions without sacrificing composability. For more details, see the explainer.
Docs: https://github.com/WICG/view-transitions/blob/main/scoped-transitions.md
Samples: https://output.jsbin.com/runezug/quiet
Explainers: https://github.com/WICG/view-transitions/blob/main/scoped-transitions.md