animationEndEvent 常量

  1. @SupportedBrowser(SupportedBrowser.CHROME)
  2. @SupportedBrowser(SupportedBrowser.SAFARI)
EventStreamProvider<AnimationEvent> const animationEndEvent

静态工厂方法,用于向非 Window 实例的事件处理程序公开 animationend 事件。

有关用法信息,请参阅 EventStreamProvider

实现

@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.SAFARI)
static const EventStreamProvider<AnimationEvent> animationEndEvent =
    const EventStreamProvider<AnimationEvent>('webkitAnimationEnd');