We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3f06b commit b375955Copy full SHA for b375955
css-animationworklet/Overview.bs
@@ -661,15 +661,14 @@ the animation <a>play state</a>. See [[#web-animation-overrides]] for details on
661
correspondence changes.
662
663
<xmp class='idl'>
664
-[Exposed=Window,
665
- Constructor (DOMString animatorName,
+[Exposed=Window]
+interface WorkletAnimation : Animation {
666
+ constructor(DOMString animatorName,
667
optional (AnimationEffect or sequence<AnimationEffect>)? effects = null,
668
optional AnimationTimeline? timeline,
- optional any options)]
669
-interface WorkletAnimation : Animation {
+ optional any options);
670
readonly attribute DOMString animatorName;
671
};
672
-
673
</xmp>
674
675
0 commit comments