Skip to content

Commit

Permalink
Add issue concerning permission to skip slow animators. (w3c#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
flackr authored and stephenmcgruer committed Mar 28, 2017
1 parent 4b472c7 commit f7e118d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ instance list</a> as |instance|:
or the proxies belonging to the |instance| will not be visible within the visual viewport
of the current frame the user agent <em>may</em> abort all the following steps.

Issue: Consider giving user agents permission to skip running animator instances to throttle
slow animators.

2. Let |name| be the <a>animator name</a> of |instance|.

3. Let |workletGlobalScope| be a {{AnimationWorkletGlobalScope}} from the list of <a>worklet's
Expand Down Expand Up @@ -430,7 +433,6 @@ instance list</a> as |instance|:
13. <a>Invoke</a> |animateFunction| with arguments «|root|, |children|, |timeline|»,
and with |animatorInstance| as the <a>callback this value</a>.


Note: Although inefficient, it is legal for the user agent to <a>run animators</a> multiple times
in the same frame.

Expand Down

0 comments on commit f7e118d

Please sign in to comment.