This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17559 - [om] Clarify what elapsedTime should return when animation-delay is specified
Summary: [om] Clarify what elapsedTime should return when animation-delay is specified
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Animations (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Sylvain Galineau
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 17:54 UTC by Sylvain Galineau
Modified: 2014-10-22 15:51 UTC (History)
4 users (show)

See Also:


Attachments

Description Sylvain Galineau 2012-06-20 17:54:48 UTC
For instance, given:

animation-delay: -0.5s;
animation-duration: 3s;

Implementations agree that animationStart reports an elapsedTime of 0.5s while animationEnd's elapsedTime is 3s even though the effective duration is 2.5s i.e. elapsedTime really reports the position of a given frame on the animation's timeline before delay is applied.

The spec needs to cover this.
Comment 1 Sylvain Galineau 2014-10-22 15:51:41 UTC
Covered by the spec in 5.1.2; actually not a bug.