Re: [css-animations] When/how are keyframe values computed?

On Aug 11, 2014, at 04:31, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> Minus the "50% switch" behavior

Speaking of which, I’m not sure this was a good idea:
a) How are we going to explain animation-timing-function which switches immediately? What about transition and its longhands? It seems more consistent to say the switch occurs immediately, unless changed by a timing-function (how would that work? In any case, authors need to be able to tweak *when* the switch happens, *especially* with transitions, otherwise this change will bring more harm than good).
b) If the switch occurs immediately, this has no effect in transitions unless a timing-function was used to change it, which minimizes the backwards compat issues we’re discussing even more.

~Lea

Received on Monday, 11 August 2014 03:51:13 UTC