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