Re: [csswg-drafts] [css-easing-1] Some ideas for linear() easing (#6533)

Saw a comment from Viktor Luft on the Youtube video [Bringing bounce and elastic easing to CSS | HTTP 203](https://www.youtube.com/watch?v=8FuafvJLDpM), which made good sense to me:

> I'd call it "linear-spline" instead of "linear" to match the mathematical notation. I really like the idea

Also another comment, from victornbp, highlighted the possibility of adding smoothing to the function, reducing the amount of points need to form beautiful easings:

> I think this could be easily expanded to have smoothed functions, the same way graphing libraries do point interpolation (quadratic, log, etc). This would probably solve long animations without having to have like 500 points.

I think these points worth taking into consideration when moving forward with this proposal. The syntax for smoothing could be something like:

```css
smooth-spline(...)
```

-- 
GitHub Notification of comment by nohns
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/6533#issuecomment-997283797 using your GitHub account


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

Received on Saturday, 18 December 2021 20:57:58 UTC