Stream<AnimationEvent> onAnimationIteration

Stream of animationiteration events handled by this Window.

Source

@DomName('Window.onwebkitAnimationIteration')
@DocsEditable()
@Experimental()
Stream<AnimationEvent> get onAnimationIteration =>
    animationIterationEvent.forTarget(this);