@DocsEditable(), @DomName('Window.onwebkitAnimationEnd'), @Experimental()
Stream of animationend
events handled by this Window.
Source
@DomName('Window.onwebkitAnimationEnd')
@DocsEditable()
@Experimental()
Stream<AnimationEvent> get onAnimationEnd =>
animationEndEvent.forTarget(this);