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

Since it's already allowed in a more limited way, letting the dependent variable (progress) to go outside the 0..1 range shouldn't be much of a problem.

For the dependent variable (time), though -- I'd imagined we'd just use the section of the timing function between 0 and 100%, regardless of where the first/final knots are, extrapolating past the end knots with straight lines if necessary.

`animation-timing-function: cubic-spline(0 0 30%, 1 0 66%);`

![Screenshot_2019-05-12 cubic-spline()](https://user-images.githubusercontent.com/17750010/57596611-5d766200-7500-11e9-8eec-3fc5c3aeb76a.png)

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

Received on Monday, 13 May 2019 05:00:37 UTC