Skip to content

Commit

Permalink
[css-animations-2][css-transitions-2] Add [Exposed=Window] annotation…
Browse files Browse the repository at this point in the history
… to CSSAnimation and CSSTransition interfaces

For whatwg/webidl#365.
  • Loading branch information
birtles committed Aug 23, 2017
1 parent 8482d16 commit f7768bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css-animations-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ the {{AnimationEvent}}.
## The CSSAnimation interface ## {#the-CSSAnimation-interface}

<pre class="idl">
[Exposed=Window]
interface CSSAnimation : Animation {
readonly attribute CSSOMString animationName;
};
Expand Down
1 change: 1 addition & 0 deletions css-transitions-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ the {{TransitionEvent}}.
## The CSSTransition interface ## {#the-CSSTransition-interface}

<pre class="idl">
[Exposed=Window]
interface CSSTransition : Animation {
readonly attribute CSSOMString transitionProperty;
};
Expand Down

0 comments on commit f7768bd

Please sign in to comment.