onAnimationIteration property - Window class - dart:html library (original) (raw)
Stream<AnimationEvent> getonAnimationIteration
Stream of animationiteration
events handled by this Window.
Implementation
Stream<AnimationEvent> get onAnimationIteration =>
animationIterationEvent.forTarget(this);