- From: Majid Valipour via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 Oct 2019 18:17:44 +0000
- To: public-houdini-archive@w3.org
The spec no longer extends the `AnimationEffect` interface but rather has its own `WorkletAnimationEffect` interface which solves this issues. ``` [ Exposed=AnimationWorklet ] interface WorkletAnimationEffect { EffectTiming getTiming(); ComputedEffectTiming getComputedTiming(); attribute double? localTime; }; ``` -- GitHub Notification of comment by majido Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/816#issuecomment-545572082 using your GitHub account
Received on Wednesday, 23 October 2019 18:17:46 UTC