8000 [scroll-animations-1][web-animations-2] Deferred start time by kevers-google · Pull Request #9181 · w3c/csswg-drafts · GitHub
[go: up one dir, main page]

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
Refinement
  • Loading branch information
kevers-google committed Aug 22, 2023
commit e802d948405f5aae017ea2e4f22edffd5e8e4302
19 changes: 5 additions & 14 deletions web-animations-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -871,21 +871,12 @@ Replace:

With:

> If |seek time| is [=unresolved|resolved=],
>
> <dl class=switch>
>
> : If |has finite timeline| is true,
> ::
> : If the animation's [=hold time=] and [=start time=] are unresolved,
> ::
> Set the |auto align start time| flag to true.
> If |seek time| is [=unresolved|resolved=], and
> |has finite timeline| is false,
> * Set |animation|'s [=hold time=] to |seek time|.
>
> : Otherwise,
> ::
> Set |animation|'s [=hold time=] to |seek time|.
>
> </dl>
> If the animation's [=hold time=] and [=start time=] are unresolved,
> * Set the |auto align start time| flag to true.

Replace:

Expand Down
0