animationIterationEvent 常量

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

静态工厂,用于将 animationiteration 事件暴露给事件处理器,这些处理器不一定是 Window 的实例。

有关使用信息,请参阅 EventStreamProvider

实现

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