CSS view-timeline-inset Property Reference

The CSS view-timeline-inset property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

CSS view-timeline-inset Property Reference

The CSS view-timeline-inset property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

view-timeline-inset overview

The CSS view-timeline-inset property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

view-timeline-inset formal syntax
FieldValue
Formal syntax[ [ auto | <length-percentage> ]{1,2} ]#
Initial valueauto
Applies toallElements
InheritedNo
PercentagesrelativeToCorrespondingDimensionOfRelevantScrollport
Computed valuelistEachItemConsistingOfPairsOfAutoOrLengthPercentage
Animation typebyComputedValueType
Mediainteractive
Specification groupScroll-driven Animations
StatusExperimental

Practical examples

These declarations demonstrate valid ways to set view-timeline-inset. The initial and inherit global keywords remain available even when a property-specific value is preferable.

view-timeline-inset live example
CSS .reset-example { view-timeline-inset: initial; } .inherit-example { view-timeline-inset: inherit; } @supports (view-timeline-inset: initial) { .supported { view-timeline-inset: initial; } }

Description

The CSS view-timeline-inset property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: view-timeline-inset
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies