HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

scroll-timeline-name

Description

The scroll-timeline-name property for CSS specifies names for the scroll progress timelines associated with this scroll container.

Syntax

CSS

scroll-timeline-name: value;

JS

object.style.scrollTimelineName = "value";

Values

<'scroll-timeline-name'> = none | <custom-ident>#
none

The scroll container does not have a name.

<custom-ident>

Specifies any valid identifier that is not misinterpreted as a keyword.

Initial

none

Examples

1 · none

2 · custom-ident

3 · JS