Re: [web-animations] Web Animations minutes, 5 / 6 Dec 2013

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