animationEndEvent 常量

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

静态工厂,设计用来将 animationend 事件暴露给并非必然是 Window 实例的事件处理函数。

有关使用信息,请参阅 EventStreamProvider

实现

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