onAnimationEnd property

Stream<AnimationEvent> onAnimationEnd
@DocsEditable(), @DomName('Window.onwebkitAnimationEnd'), @Experimental()

Stream of animationend events handled by this Window.

Implementation

@DomName('Window.onwebkitAnimationEnd')
@DocsEditable()
@Experimental()
Stream<AnimationEvent> get onAnimationEnd =>
    animationEndEvent.forTarget(this);