onAnimationEnd property - Window class - dart:html library (original) (raw)
Stream<AnimationEvent> getonAnimationEnd
Stream of animationend
events handled by this Window.
Implementation
Stream<AnimationEvent> get onAnimationEnd =>
animationEndEvent.forTarget(this);