Re: [web-anim] "Seamless" additive animation

On Jun 11, 2013, at 1:44 AM, Shane Stephens <shans@google.com> wrote:

> While the behavior looks good under certain requirements (namely that an 'ease' timing function is used), it works mainly because the offset timing functions smooth out a set of linear segments. Try replacing 'ease' with 'linear' in the linked fiddle to see this directly.

The correct timing function is a cubic bezier with control points .5, 0, ..5, 1. I have made a recommendation to CSS-Transforms for an addition of this, called "perfect".

Received on Tuesday, 11 June 2013 14:30:47 UTC