[css-houdini-drafts] [css-animationworklet] Custom easing (#1012)

jakearchibald has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-animationworklet] Custom easing ==
https://drafts.css-houdini.org/css-animation-worklet-1/#example-1 - the spec has an implementation of custom easing, but using it means you have to significantly change how you author animations, and the easing only applies across the whole animation, rather than keyframe-to-keyframe.

Is it worth providing a way to create custom easings?

Something like:

```js
CSS.animationWorklet.addModule('custom-easings.js');
```

And in `custom-easings.js`:

```js
```

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/1012 using your GitHub account


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

Received on Wednesday, 11 November 2020 10:07:15 UTC