Re: [css-houdini-drafts] [css-animationworklet] When do time-based animations run?

I believe this is now addressed in the specification [here](https://drafts.css-houdini.org/css-animationworklet/#timing-model). Specifically:

- WorkletAnimation start logic follows the same logic as regular animations with some additional restrictions to allow setup for off-thread animators.
- WorkletAnimation is allowed to return stale computed style to Javascript thus not requiring a blocking sync from potentially off-thread animator running in worklet context.

Please re-open this issue if this does not address the initial concern.

-- 
GitHub Notification of comment by majido
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/807#issuecomment-417060481 using your GitHub account

Received on Wednesday, 29 August 2018 18:38:27 UTC