animationStartEvent 常量
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
静态工厂,用于将 animationstart
事件暴露给不是 Window 实例的事件处理器。
有关用法信息,请参阅 EventStreamProvider。
实现
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.SAFARI)
static const EventStreamProvider<AnimationEvent> animationStartEvent =
const EventStreamProvider<AnimationEvent>('webkitAnimationStart');