files/en-us/web/css/reference/values/axis/index.md
The <axis> {{glossary("enumerated")}} data type specifies the scrolling direction of the {{glossary("scroll container")}} controlling a scroll timeline.
The <axis> keyword values are used in the following CSS functions and properties:
Valid <axis> values:
block
y, while for vertical writing modes, it is the same as x.inline
x, while for vertical writing modes, this is the same as y.x
y
{{CSSSyntaxRaw(<axis> = block | inline | x | y)}}
{{Specifications}}
{{Compat}}