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 8ec2123 commit 3f8e40aCopy full SHA for 3f8e40a
css-transitions-1/Overview.bs
@@ -1085,9 +1085,9 @@ associated with transitions.
1085
### IDL Definition ### {#interface-transitionevent-idl}
1086
1087
<pre class="idl">
1088
- [Exposed=Window,
1089
- Constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict = {})]
+ [Exposed=Window]
1090
interface TransitionEvent : Event {
+ constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict = {});
1091
readonly attribute CSSOMString propertyName;
1092
readonly attribute double elapsedTime;
1093
readonly attribute CSSOMString pseudoElement;
0 commit comments