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

> Yeah, you can hack it with keyframes today, but it'd be nice if it could be could be used within keyframes. Something like `linear-easing(0, 0.1, 0.3, 0.6, 0.8, 1)` or whatever would be enough.

Agreed, having to calculate interpolated keyframe values can be complicated depending on property values being interpolated and is destructive (i.e. your animation's original keyframes are now lost).

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


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

Received on Monday, 14 June 2021 15:45:28 UTC