Re: [csswg-drafts] [css-timing-2] Complex timing functions (#229)

As @visiblecode [mentioned earlier](https://github.com/w3c/csswg-drafts/issues/229#issuecomment-229863239), we could simply reuse the `path()` function currently [defined in the Motion Path Module](https://drafts.fxtf.org/motion-1/#offsetpath-pathfunc) and referring to [SVG paths](https://svgwg.org/svg2-draft/paths.html#PathData).

That allows combinations of straight lines, quadratic and cubic BeziƩrs, gaps, and more, in short, should cover all use cases and is consistent to what we already have.

Btw., the timing functions were generalized to also cover color gradients and therefore were renamed to "easing functions". I assume, everything discussed here also applies to gradients, so, maybe someone could rename the summary of this issue accordingly?

Sebastian

-- 
GitHub Notification of comment by SebastianZ
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/229#issuecomment-487266567 using your GitHub account

Received on Saturday, 27 April 2019 08:19:48 UTC