We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f82a6 commit 8ec2123Copy full SHA for 8ec2123
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