WebIDLpedia

AnimationEventInit dictionary

Definition

CSS Animations Module Level 1 defines AnimationEventInit


dictionary AnimationEventInit : EventInit {
  CSSOMString animationName = "";
  double elapsedTime = 0.0;
  CSSOMString pseudoElement = "";
};

This dictionary is extended in the following specifications:

Consolidated IDL (across partials)

dictionary AnimationEventInit : EventInit {
  CSSOMString animationName = "";
  double elapsedTime = 0.0;
  CSSOMString pseudoElement = "";
  CSSAnimation? animation = null;
};

Referring IDL interfaces/dictionaries

Referring specifications