WebIDLpedia

ViewTimeline interface

Definition

Scroll-driven Animations defines ViewTimeline



[Exposed=Window]
interface ViewTimeline : ScrollTimeline {
  constructor(optional ViewTimelineOptions options = {});
  readonly attribute Element subject;
  readonly attribute CSSNumericValue startOffset;
  readonly attribute CSSNumericValue endOffset;
};

Methods and attributes that return objects implementing ViewTimeline