WebIDLpedia

ScrollTimeline interface

Definition

Scroll-driven Animations defines ScrollTimeline



[Exposed=Window]
interface ScrollTimeline : AnimationTimeline {
  constructor(optional ScrollTimelineOptions options = {});
  readonly attribute Element? source;
  readonly attribute ScrollAxis axis;
};

Methods and attributes that return objects implementing ScrollTimeline

Referring IDL interfaces/dictionaries