WebIDLpedia

AnimationTrigger interface

Definition

Web Animations Level 2 defines AnimationTrigger



[Exposed=Window]
interface AnimationTrigger {
  constructor(optional AnimationTriggerOptions options = {});
  attribute AnimationTimeline timeline;
  attribute AnimationTriggerType type;
  attribute any rangeStart;
  attribute any rangeEnd;
  attribute any exitRangeStart;
  attribute any exitRangeEnd;
};

Methods and attributes that return objects implementing AnimationTrigger

Referring IDL interfaces/dictionaries