Skip to content

Commit ce63fd2

Browse files
stephenmcgruerbirtles
authored andcommitted
move to partial interface
1 parent 61def20 commit ce63fd2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web-animations-2/Overview.bs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1518,10 +1518,7 @@ partial interface AnimationTimeline {
15181518
The <a>Animation</a> interface is amended to make the <var>timeline</var> member mutable:
15191519

15201520
<pre class='idl'>
1521-
[Exposed=Window,
1522-
Constructor(optional AnimationEffect? effect = null,
1523-
optional AnimationTimeline? timeline)]
1524-
interface Animation : EventTarget {
1521+
partial interface Animation {
15251522
attribute AnimationTimeline? timeline;
15261523
};
15271524
</pre>

0 commit comments

Comments
 (0)