onAnimationIteration property - Window class - dart:html library (original) (raw)

description

Stream<AnimationEvent> getonAnimationIteration

Stream of animationiteration events handled by this Window.

Implementation

Stream<AnimationEvent> get onAnimationIteration =>
    animationIterationEvent.forTarget(this);