- From: VisibleCode via GitHub <sysbot+gh@w3.org>
- Date: Mon, 29 Apr 2019 00:51:56 +0000
- To: public-css-archive@w3.org
Let's look at that in practical terms. To define a cubic hermite spline, you just need a list of (x, y, y') triples. ![easing](https://user-images.githubusercontent.com/17750010/56872439-ff189200-69dd-11e9-8a2f-4cad708e035d.png) In this context, x would be time, y position, and y' speed. Which should make some intuitive sense from an animation point of view. -- GitHub Notification of comment by visiblecode Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/229#issuecomment-487429891 using your GitHub account
Received on Monday, 29 April 2019 00:51:57 UTC