Dart API Referencedart:htmlAnimationEvent

AnimationEvent Interface

AnimationEvent objects provide information about events that occur related to CSS animations.

Extends

Event

Fields

Code final String animationName #

The name of the animation on which the animation event occurred.
final String animationName;

Code final num elapsedTime #

The amount of time, in seconds, the animation had been running at the time the event occurred.
final num elapsedTime;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.