Re: [css-houdini-drafts] [css-animationworklet] partial interface AnimationEffect exposure set doesn't match original defintion (#816)

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