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

scroll-timeline-axis

Description

The scroll-timeline-axis property for CSS specifies an axis for each scroll progress timeline associated with this scroll container.

Syntax

CSS

scroll-timeline-axis: value;

JS

object.style.scrollTimelineAxis = "value";

Values

<'scroll-timeline-axis'> = [ block | inline | vertical | horizontal ]#
block

Specifies to use the measure of progress along the block axis of the scroll container.

inline

Specifies to use the measure of progress along the inline axis of the scroll container.

vertical

Specifies to use the measure of progress along the vertical axis of the scroll container.

horizontal

Specifies to use the measure of progress along the horizontal axis of the scroll container.

Initial

block

Examples

1 · block

2 · inline

3 · vertical

4 · horizontal

5 · JS