- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Jul 2022 17:48:28 +0000
- To: public-css-archive@w3.org
It might be useful to provide a way to invert the [easily-invertible easing functions](https://drafts.csswg.org/css-easing-1/#cubic-bezier-easing-functions) that we have. I believe the inverse of a `cubic-bezier(x1, y1, x2, y2)`, where 0≤`y1`≤1 and 0≤`y2`≤1, is `cubic-bezier(y1, x1, y2, x2)`. -- GitHub Notification of comment by dbaron Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7268#issuecomment-1185767005 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 15 July 2022 17:48:30 UTC