Skip to content

[scroll-animations-1] source is updated upon request and in sync with currentTime #8541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2023
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: 6 additions & 0 deletions scroll-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ spec: cssom-view-1; type: dfn;

A {{ScrollTimeline}}’s {{AnimationTimeline/duration}} is 100%.

The values of {{ScrollTimeline/source}} and {{AnimationTimeline/currentTime}}
are both computed when either is requested or updated.

## Named Scroll Progress Timelines ## {#scroll-timelines-named}

[=Scroll progress timelines=] can also be defined on the [=scroll container=] itself,
Expand Down Expand Up @@ -570,6 +573,9 @@ spec: cssom-view-1; type: dfn;

ISSUE: Figure out how to incorporate fit/inset abilities.

The values of {{ViewTimeline/subject}}, {{ScrollTimeline/source}}, and {{AnimationTimeline/currentTime}}
are all computed when any of them is requested or updated.

## Named View Progress Timelines ## {#view-timelines-named}

[=View progress timelines=] can also be defined declaratively
Expand Down