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 015bc0e commit 137f38fCopy full SHA for 137f38f
css-animations-1/Overview.bs
@@ -877,9 +877,9 @@ The <code>AnimationEvent</code> Interface</h3>
877
IDL Definition</h4>
878
879
<pre class="idl">
880
- [Exposed=Window,
881
- Constructor(CSSOMString type, optional AnimationEventInit animationEventInitDict = {})]
+ [Exposed=Window]
882
interface AnimationEvent : Event {
+ constructor(CSSOMString type, optional AnimationEventInit animationEventInitDict = {});
883
readonly attribute CSSOMString animationName;
884
readonly attribute double elapsedTime;
885
readonly attribute CSSOMString pseudoElement;
0 commit comments