Skip to content

Commit

Permalink
Merge pull request w3c#840 from foolip/patch-1
Browse files Browse the repository at this point in the history
Avoid the use of Animatable as a Web IDL type
  • Loading branch information
tabatkins committed Apr 20, 2021
2 parents 5b7a1d3 + fb6c169 commit b65265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/struct.html
Expand Up @@ -3211,7 +3211,7 @@ <h3 id="InterfaceShadowAnimation">Interface ShadowAnimation</h3>

<pre class="idl">[Exposed=Window]
interface <b>ShadowAnimation</b> : <a>Animation</a> {
constructor(<a>Animation</a> source, <a>Animatable</a> newTarget);
constructor(<a>Animation</a> source, (<a>Element</a> or <a>CSSPseudoElement</a>) newTarget);
[SameObject] readonly attribute <a>Animation</a> <a href="#__svg__ShadowAnimation__sourceAnimation">sourceAnimation</a>;
};</pre>

Expand Down

0 comments on commit b65265f

Please sign in to comment.