We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61def20 commit ce63fd2Copy full SHA for ce63fd2
web-animations-2/Overview.bs
@@ -1518,10 +1518,7 @@ partial interface AnimationTimeline {
1518
The Animation interface is amended to make the timeline member mutable:
1519
1520
1521
-[Exposed=Window,
1522
- Constructor(optional AnimationEffect? effect = null,
1523
- optional AnimationTimeline? timeline)]
1524
-interface Animation : EventTarget {
+partial interface Animation {
1525
attribute AnimationTimeline? timeline;
1526
};
1527
0 commit comments