interface StartViewTransitionOptions {
    types?: string[] | null;
    update?: ViewTransitionUpdateCallback | null;
}
Index

Properties

Properties

types?: string[] | null