Stream<AnimationEvent> onAnimationEnd

Stream of animationend events handled by this Window.

Source

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