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 8482d16 commit f7768bdCopy full SHA for f7768bd
css-animations-2/Overview.bs
@@ -539,6 +539,7 @@ the {{AnimationEvent}}.
539
## The CSSAnimation interface ## {#the-CSSAnimation-interface}
540
541
<pre class="idl">
542
+[Exposed=Window]
543
interface CSSAnimation : Animation {
544
readonly attribute CSSOMString animationName;
545
};
css-transitions-2/Overview.bs
@@ -340,6 +340,7 @@ the {{TransitionEvent}}.
340
## The CSSTransition interface ## {#the-CSSTransition-interface}
341
342
343
344
interface CSSTransition : Animation {
345
readonly attribute CSSOMString transitionProperty;
346
0 commit comments