WebIDLpedia

StartViewTransitionOptions dictionary

Definition

CSS View Transitions Module Level 2 defines StartViewTransitionOptions



dictionary StartViewTransitionOptions {
  UpdateCallback? update = null;
  sequence<DOMString>? types = null;
};

Referring IDL interfaces/dictionaries