TransitionEventInit constructor

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

Implementation

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