Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor
  • Loading branch information
majido committed Mar 7, 2019
commit 2f5e3096b8011c0d52a42b32bb8cf27294195f4f
3 changes: 1 addition & 2 deletions css-animationworklet/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ instance's state is maintained even if the instance is respawned in a different
The basic mechanism for maintaining the state is that the animation worklet snapshots the local
state that is exposed via {{StatefulAnimator/state}} function and then reifies it so that it can be
Comment thread
majido marked this conversation as resolved.
Outdated
passed into the constructor when the animator instance is respawned at a later time in a potentially
different global scope. The <a>migrate an animator instance</a> algorithm specifies this provess in
different global scope. The <a>migrate an animator instance</a> algorithm specifies this process in
details.

A user-defined stateful animator is expected to fulfill the required contract which is that its
Expand Down Expand Up @@ -576,7 +576,6 @@ set to <a>frame-requested</a>. These include the following:
<a>frame-current</a>.



Web Animations Integration {#web-animation-integration}
===============================

Expand Down