onAnimationStart property - Window class - dart:html library (original) (raw)
Stream<AnimationEvent> getonAnimationStart
Stream of animationstart
events handled by this Window.
Implementation
Stream<AnimationEvent> get onAnimationStart =>
animationStartEvent.forTarget(this);