AnimationEvent constructor
AnimationEvent(
- String type, [
- AnimationEventInit? animationEventInitDict
Implementation
factory AnimationEvent(
_i2.String type, [
_i3.AnimationEventInit? animationEventInitDict,
]) =>
_i4.callConstructor(
_declaredAnimationEvent,
[
type,
animationEventInitDict ?? _i6.undefined,
],
);