Skip to content

Commit f7768bd

Browse files
committed
[css-animations-2][css-transitions-2] Add [Exposed=Window] annotation to CSSAnimation and CSSTransition interfaces
For whatwg/webidl#365.
1 parent 8482d16 commit f7768bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

css-animations-2/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ the {{AnimationEvent}}.
539539
## The CSSAnimation interface ## {#the-CSSAnimation-interface}
540540
541541
<pre class="idl">
542+
[Exposed=Window]
542543
interface CSSAnimation : Animation {
543544
readonly attribute CSSOMString animationName;
544545
};

css-transitions-2/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ the {{TransitionEvent}}.
340340
## The CSSTransition interface ## {#the-CSSTransition-interface}
341341

342342
<pre class="idl">
343+
[Exposed=Window]
343344
interface CSSTransition : Animation {
344345
readonly attribute CSSOMString transitionProperty;
345346
};

0 commit comments

Comments
 (0)