animationEndEvent 常量
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
静态工厂方法,用于向非 Window 实例的事件处理程序公开 animationend
事件。
有关用法信息,请参阅 EventStreamProvider。
实现
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.SAFARI)
static const EventStreamProvider<AnimationEvent> animationEndEvent =
const EventStreamProvider<AnimationEvent>('webkitAnimationEnd');