File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,28 @@ spec: cssom-view-1; type: dfn;
408408 is exiting the [=view progress visibility range=] .
409409 * 0% is equivalent to 100% of the ''animation-timeline-range/contain'' range.
410410 * 100% is equivalent to 100% of the ''animation-timeline-range/cover'' range.
411+
412+ <dt> <dfn>entry-crossing</dfn>
413+ <dd>
414+ Represents the range during which the [=principal box=] crosses the [=end=]
415+ [=border edge=]
416+ * 0% progress represents the position at which
417+ the [=start=] [=border edge=] of the element’s [=principal box=]
418+ coincides with the [=end=] edge of its [=view progress visibility range=] .
419+ * 100% progress represents the position at which
420+ the [=end=] [=border edge=] of the element’s [=principal box=]
421+ coincides with the [=end=] edge of its [=view progress visibility range=] .
422+
423+ <dt> <dfn>exit-crossing</dfn>
424+ <dd>
425+ Represents the range during which the [=principal box=] crosses the [=start=]
426+ [=border edge=]
427+ * 0% progress represents the position at which
428+ the [=start=] [=border edge=] of the element’s [=principal box=]
429+ coincides with the [=start=] edge of its [=view progress visibility range=] .
430+ * 100% progress represents the position at which
431+ the [=end=] [=border edge=] of the element’s [=principal box=]
432+ coincides with the [=start=] edge of its [=view progress visibility range=] .
411433 </dl>
412434
413435 ISSUE: Insert diagrams.
You can’t perform that action at this time.
0 commit comments