- From: Kevin Doughty <default@kxdx.org>
- Date: Tue, 11 Jun 2013 01:58:06 -0400
- To: Shane Stephens <shans@google.com>
- Cc: Brian Birtles <bbirtles@mozilla.com>, "public-fx@w3.org" <public-fx@w3.org>
Received on Tuesday, 11 June 2013 14:30:47 UTC
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