Table of Contents

Class ViewTransitionTypeSet

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The ViewTransitionTypeSet interface of the {{domxref("View Transition API", "View Transition API", "", "nocode")}} is a set-like object representing the types of an active view transition. This enables the types to be queried or modified on-the-fly during a transition.

[Value("ViewTransitionTypeSet")]
public class ViewTransitionTypeSet
Inheritance
ViewTransitionTypeSet
Inherited Members

Remarks

The ViewTransitionTypeSet object can be accessed via the Types property.

The property and method links below link to the JavaScript Set object documentation.

-Types
-View Transition API
-Using the View Transition API
-Using view transition types
-Smooth transitions with the View Transition API

See also on MDN

Constructors

ViewTransitionTypeSet()

public ViewTransitionTypeSet()