[csswg-drafts] [css-values] Add easing function interpolation to calc (#6697)

smfr has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values] Add easing function interpolation to calc ==
It should be possible to compute the output of an easing function, given an input fraction, in calc. Something like:
`width: calc(100% * interpolate(ease-in-out, 0.7))`. The first argument to `interpolate()` would accept any of the easing functions specified in https://drafts.csswg.org/css-easing-1/#easing-functions.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6697 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 29 September 2021 17:33:00 UTC