- From: Steve Block <steveblock@google.com>
- Date: Mon, 9 Dec 2013 16:39:33 +1100
- To: Brian Birtles <bbirtles@mozilla.com>
- Cc: "public-fx@w3.org" <public-fx@w3.org>
I looked into the spec issue we discussed, regarding calculating the transformed time with an iteration duration of zero. The spec states 'If local time < start delay, Return the result of recalculating the transformed time using a local time less than start delay (e.g. start delay - 1)' The patch which added the text in question was https://github.com/web-animations/web-animations-spec/commit/c394adf7c659133f01c9bb6893f97025cbd2d1ec which fixed an obvious bug. However, I can't see any particular reason why the text 'using a local time less than start delay' was added, as it seems superfluous. I think it's safe to simply remove it. I have a patch at https://github.com/web-animations/web-animations-spec/pull/15
Received on Monday, 9 December 2013 05:40:06 UTC