AnimationEventInit constructor

AnimationEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String animationName,
  5. num elapsedTime,
  6. String pseudoElement,
})

Implementation

external factory AnimationEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  String animationName,
  num elapsedTime,
  String pseudoElement,
});