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