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

description

Stream<AnimationEvent> getonAnimationStart

Stream of animationstart events handled by this Window.

Implementation

Stream<AnimationEvent> get onAnimationStart =>
    animationStartEvent.forTarget(this);