onAnimationStart property

Stream<AnimationEvent> onAnimationStart
@DocsEditable(), @DomName('Window.onwebkitAnimationStart'), @Experimental()

Stream of animationstart events handled by this Window.

Implementation

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