That’s a nice addition, thank you David.
I quickly checked what would be the impact on DevTools and it looks like we don’t show the function timing editor icon in the rule view when using `linear()`, so I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1776382 We should probably think of what is the impact on the editor itself, as it only handles bezier curves at the moment. Is there anything we should take into consideration for this? The good news is that the animation “curve” seems to be displayed properly in the animation panel. Are you aware of any other possible impacts on DevTools, anything that could potentially break DevTools that we should know about in advance, so we have time to fix it? On Thursday, June 9, 2022 at 9:45:29 PM UTC+2 David Shin wrote: > Summary: `linear()` function (A new value for CSS `easing-functions`) > lets authors specify custom easing functions as piecewise linear functions. > Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1764126 > Standard Draft: https://github.com/w3c/csswg-drafts/pull/6533 > Standards Positions: > https://github.com/mozilla/standards-positions/issues/649 > Platform Coverage: all > Preference: layout.css.linear-easing-function.enabled > Other Browsers: > - Chrome: No signal, but spec author on Chrome team (Which is a > reasonably strong sign of interest) > - Safari: No signal (https://bugs.webkit.org/show_bug.cgi?id=240061) > -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/deab7e74-33d3-40b8-940a-360a9fa1e227n%40mozilla.org.
