Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions scroll-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Markup Shorthands: markdown yes
<pre class=anchors>
urlPrefix: https://html.spec.whatwg.org/multipage/window-object.html; type: dfn; spec: html
text: document associated with a window; url: concept-document-window
urlPrefix: https://drafts.csswg.org/web-animations-2/; type: dfn; spec: web-animations-2
text: calculating an auto-aligned start time
</pre>
<pre class=link-defaults>
spec:web-animations-1;
Expand Down Expand Up @@ -953,6 +955,11 @@ spec:selectors-4; type:dfn; text:selector
and the state of a scroll-driven animation
may be inconsistent in the composited frame.

When updating timeline current time,
the [=start time=] of any attached animation is conditionally updated.
For each attached animation,
run the procedure for [=calculating an auto-aligned start time=].

# Privacy Considerations # {#privacy-considerations}

There are no known privacy impacts of the features in this specification.
Expand Down
Loading