You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2019. It is now read-only.
<dfnclass="dfn-paneled" data-dfn-type="dfn" data-noexportid="animation-worklet">Animation Worklet</dfn> is a <codeclass="idl"><adata-link-type="idl" href="https://drafts.css-houdini.org/worklets/#worklet" id="ref-for-worklet">Worklet</a></code> responsible for all classes related to custom
1620
-
animations. The worklet can be accessed via <codeclass="idl"><adata-link-type="idl" href="#dom-window-animationworklet" id="ref-for-dom-window-animationworklet">animationWorklet</a></code> attribute.
1621
-
<p>The <codeclass="idl"><adata-link-type="idl" href="#dom-window-animationworklet" id="ref-for-dom-window-animationworklet①">animationWorklet</a></code>'s <adata-link-type="dfn" href="https://drafts.css-houdini.org/worklets/#worklet-global-scope-type" id="ref-for-worklet-global-scope-type">worklet global scope type</a> is <codeclass="idl"><adata-link-type="idl" href="#animationworkletglobalscope" id="ref-for-animationworkletglobalscope">AnimationWorkletGlobalScope</a></code>.</p>
1622
-
<p><codeclass="idl"><adata-link-type="idl" href="#animationworkletglobalscope" id="ref-for-animationworkletglobalscope①">AnimationWorkletGlobalScope</a></code> represents the global execution context of <codeclass="idl"><adata-link-type="idl" href="#dom-window-animationworklet" id="ref-for-dom-window-animationworklet②">animationWorklet</a></code>.</p>
animations. The worklet can be accessed via <codeclass="idl"><adata-link-type="idl" href="#dom-css-animationworklet" id="ref-for-dom-css-animationworklet">animationWorklet</a></code> attribute.
1621
+
<p>The <codeclass="idl"><adata-link-type="idl" href="#dom-css-animationworklet" id="ref-for-dom-css-animationworklet①">animationWorklet</a></code>'s <adata-link-type="dfn" href="https://drafts.css-houdini.org/worklets/#worklet-global-scope-type" id="ref-for-worklet-global-scope-type">worklet global scope type</a> is <codeclass="idl"><adata-link-type="idl" href="#animationworkletglobalscope" id="ref-for-animationworkletglobalscope">AnimationWorkletGlobalScope</a></code>.</p>
1622
+
<p><codeclass="idl"><adata-link-type="idl" href="#animationworkletglobalscope" id="ref-for-animationworkletglobalscope①">AnimationWorkletGlobalScope</a></code> represents the global execution context of <codeclass="idl"><adata-link-type="idl" href="#dom-css-animationworklet" id="ref-for-dom-css-animationworklet②">animationWorklet</a></code>.</p>
<p>Let <var>workletAnimation</var> be a new <codeclass="idl"><adata-link-type="idl" href="#workletanimation" id="ref-for-workletanimation①">WorkletAnimation</a></code> object.</p>
1912
1912
<lidata-md>
1913
1913
<p>Run the procedure to <adata-link-type="dfn" href="https://w3c.github.io/web-animations/#set-the-timeline-of-an-animation" id="ref-for-set-the-timeline-of-an-animation">set the timeline of an animation</a> on <var>workletAnimation</var> passing <var>timeline</var> as the new timeline or, if a <var>timeline</var> argument is not provided,
1914
-
passing the <adata-link-type="dfn" href="https://w3c.github.io/web-animations/#the-documents-default-timeline" id="ref-for-the-documents-default-timeline">default document timeline</a> of the <codeclass="idl"><adata-link-type="idl" href="https://dom.spec.whatwg.org/#document" id="ref-for-document">Document</a></code> associated with the <codeclass="idl"><adata-link-type="idl" href="https://html.spec.whatwg.org/multipage/window-object.html#window" id="ref-for-window①">Window</a></code> that is the <adata-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#current-global-object" id="ref-for-current-global-object">current global object</a>.</p>
1914
+
passing the <adata-link-type="dfn" href="https://w3c.github.io/web-animations/#the-documents-default-timeline" id="ref-for-the-documents-default-timeline">default document timeline</a> of the <codeclass="idl"><adata-link-type="idl" href="https://dom.spec.whatwg.org/#document" id="ref-for-document">Document</a></code> associated with the <codeclass="idl"><adata-link-type="idl" href="https://html.spec.whatwg.org/multipage/window-object.html#window" id="ref-for-window">Window</a></code> that is the <adata-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#current-global-object" id="ref-for-current-global-object">current global object</a>.</p>
1915
1915
<lidata-md>
1916
1916
<p>Let <var>effect</var> be the result corresponding to the first matching condition from below.</p>
<dd>David Baron; Dean Jackson; Brian Birtles. <ahref="https://www.w3.org/TR/css-transitions-1/">CSS Transitions</a>. 30 November 2017. WD. URL: <ahref="https://www.w3.org/TR/css-transitions-1/">https://www.w3.org/TR/css-transitions-1/</a>
2625
2635
<dtid="biblio-css-values-4">[CSS-VALUES-4]
2626
2636
<dd>CSS Values and Units Module Level 4 URL: <ahref="https://drafts.csswg.org/css-values-4/">https://drafts.csswg.org/css-values-4/</a>
2637
+
<dtid="biblio-cssom-1">[CSSOM-1]
2638
+
<dd>Simon Pieters; Glenn Adams. <ahref="https://www.w3.org/TR/cssom-1/">CSS Object Model (CSSOM)</a>. 17 March 2016. WD. URL: <ahref="https://www.w3.org/TR/cssom-1/">https://www.w3.org/TR/cssom-1/</a>
2627
2639
<dtid="biblio-dom">[DOM]
2628
2640
<dd>Anne van Kesteren. <ahref="https://dom.spec.whatwg.org/">DOM Standard</a>. Living Standard. URL: <ahref="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
0 commit comments