Stream<AnimationEvent> onAnimationStart

Stream of animationstart events handled by this Window.

Source

@DomName('Window.onwebkitAnimationStart')
@DocsEditable()
@Experimental()
Stream<AnimationEvent> get onAnimationStart =>
    animationStartEvent.forTarget(this);