- From: <bugzilla@jessica.w3.org>
- Date: Wed, 20 Jun 2012 17:54:49 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17559 Summary: Clarify what elapsedTime should return when animation-delay is specified Product: CSS Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Animations AssignedTo: sylvaing@microsoft.com ReportedBy: sylvaing@microsoft.com QAContact: public-css-bugzilla@w3.org CC: cmarrin@apple.com, eoconnor@apple.com, smfr@me.com 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. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 20 June 2012 17:54:51 UTC