onAnimationEnd 属性

Stream<AnimationEvent> onAnimationEnd

由此 Window 处理的 animationend 事件流。

实现

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