Conversation
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
Preview URLs (9 pages)
Flaws (1) Note! 8 documents with no flaws that don't need to be listed. 🎉 Found an unexpected or unresolvable flaw? Please report it here. URL:
(comment last updated: 2026-03-29 14:50:43) |
…ange_names/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
|
Hi @chrisdavidmills I removed all non-0 and non-100 progress points. There are a few sentences that are commented out. These will be uncommented in the insets pull request, which I am starting on working on now, but is based on the stuff i pulled out of this guide. |
chrisdavidmills
left a comment
There was a problem hiding this comment.
@estelle so much better — this makes a lot more sense now, so the new comments are mainly just typos and grammar cleanup. There are a few bits where I think it is still hard to parse, but I know what it is trying to say now, in most cases.
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
| Note how the effects are similar, except for when the `500px` is selected and the animated element is taller than the container. | ||
| The `entry-crossing` produces the same results as `entry` when the element is equal to or smaller than the scrollport, but when the element is larger than the scrollport, the `100%` occurs later, occurring only when the end edge has entered the view port. | ||
|
|
||
| With `entry`, when the animated element is larger than the scrollport, the `100%` progress occurs when the element first fully spans the scrollport, when the start-edge of the subject reaches the start-edge of the container. With `entry-crossing`, the `100%` progress occurs with the end-edge of the subject crosses the end edge of the container, which means the animation attachment range is the size of the subject, and not clamped at the scrollport size. |
There was a problem hiding this comment.
I'm not sure we need this paragraph. It seems to mostly repeat what was said before. The last bit is useful. You could maybe delete this and then add "This means the animation attachment range is the size of the subject, and not clamped at the scrollport size." to the end of the previous sentence?
There was a problem hiding this comment.
webt with
The
entry-crossingproduces the same results asentrywhen the element is equal to or smaller than the scrollport, but when the element is larger than the scrollport, the100%occurs later, occurring only when the end edge has entered the view port.
The animation attachment range is the size of the subject, and not clamped to the size of the scrollport.
There was a problem hiding this comment.
@estelle Looks mostly OK. Maybe just update it to say "The entry-crossing range produces the same results..."
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/guides/scroll-driven_animations/timeline_range_names/index.md
Outdated
Show resolved
Hide resolved
chrisdavidmills
left a comment
There was a problem hiding this comment.
@estelle Looking good! Just one more comment for you to consider, after which merging awaits!
Clarify description of entry-crossing behavior in scroll-driven animations.
Creates a new guide
Links to the guide
added two guides to the sidebar
crosslinking
This guide is really about names. I am currently working on another guide, which should be ready in a few weeks.
#42105#43587 that covers insetting view timelines. I pulled out the named ranges because it was getting overwhelming.