WebIDLpedia

TransitionEventInit dictionary

Definition

CSS Transitions Module Level 1 defines TransitionEventInit



dictionary TransitionEventInit : EventInit {
  CSSOMString propertyName = "";
  double elapsedTime = 0.0;
  CSSOMString pseudoElement = "";
};

This dictionary is extended in the following specifications:

Consolidated IDL (across partials)


dictionary TransitionEventInit : EventInit {
  CSSOMString propertyName = "";
  double elapsedTime = 0.0;
  CSSOMString pseudoElement = "";
  CSSTransition? animation = null;
};

Referring IDL interfaces/dictionaries

Referring specifications