Stream of animationstart events handled by this Window.
Source
@DomName('Window.onwebkitAnimationStart')
@DocsEditable()
@Experimental()
Stream<AnimationEvent> get onAnimationStart =>
animationStartEvent.forTarget(this);
Stream of animationstart events handled by this Window.
@DomName('Window.onwebkitAnimationStart')
@DocsEditable()
@Experimental()
Stream<AnimationEvent> get onAnimationStart =>
animationStartEvent.forTarget(this);