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

Rather than adding a `lerp()` that takes a progress amount, and an `interpolate()` that computes a progress amount from an easing function, we can just do the two together like I suggested. ^_^ We should design it to be easy in the situations we expect it to be used, rather than just providing primitives that might be awkward or verbose in practice.

If you do need the raw progress value that's easy to extract by just using `0` and `1` as the start/end values.

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


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

Received on Thursday, 30 September 2021 21:29:55 UTC