Skip to content
Merged
Changes from all commits
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
6 changes: 4 additions & 2 deletions web-animations-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,10 @@ as CSS Animations [[CSS-ANIMATIONS-1]].

</dl>

1. If |has finite timeline| and |previous current time| is unresolved:
* Set the flag |auto align start time| to true.
1. If |has finite timeline| and |auto-rewind| is true:

1. Set the flag |auto align start time| to true.
1. Set the |animation|'s <a>hold time</a> to |previous current time|.

Note: If play is called for a CSS animation during style update,
the |animation|'s [=animation/start time=] cannot be reliably calculated until post layout since the start time is to align with the start or end of the animation range (depending on the [=playback rate=]).
Expand Down