WebIDLpedia

ScrollTimelineOptions dictionary

Definition

Scroll-driven Animations Module Level 1 defines ScrollTimelineOptions



dictionary ScrollTimelineOptions {
  Element? source;
  ScrollAxis axis = "block";
};

Referring IDL interfaces/dictionaries