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

description

Stream<AnimationEvent> getonAnimationEnd

Stream of animationend events handled by this Window.

Implementation

Stream<AnimationEvent> get onAnimationEnd =>
    animationEndEvent.forTarget(this);