WebIDLpedia

ViewTimelineOptions dictionary

Definition

Scroll-driven Animations defines ViewTimelineOptions



dictionary ViewTimelineOptions {
  Element subject;
  ScrollAxis axis = "block";
  (DOMString or sequence<(CSSNumericValue or CSSKeywordValue)>) inset = "auto";
};

Referring IDL interfaces/dictionaries