files/en-us/web/css/reference/values/timeline-range-name/index.md
The <timeline-range-name> {{glossary("enumerated")}} data type is a CSS identifier representing one of the predefined named timeline ranges inside a view progress timeline.
The <timeline-range-name> keyword values are used in keyframe selectors and the following longhand and shorthand properties:
Valid <timeline-range-name> values:
cover
0% progress) to the point where the end border edge has completely left it (100% progress).contain
0% progress), to the point where it is no longer completely contained by the scroll port (100% progress).0% progress), to the point where it no longer completely covers the scrollport (100% progress).entry
0% is equivalent to 0% of the cover range. 100% is equivalent to 0% of the contain range.exit
0% is equivalent to 100% of the contain range. 100% is equivalent to 100% of the cover range.entry-crossing
exit-crossing
{{CSSSyntaxRaw(<timeline-range-name> = cover | contain | entry | exit | entry-crossing | exit-crossing)}}
See the View timeline range visualizer.
{{Specifications}}
{{Compat}}