monks/scroll_timeline_axis

The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation animation, which is progressed through by scrolling a scrollable element (scroller).

Values

pub const block: #(String, String)

block value of scroll-timeline-axis

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const inline: #(String, String)

inline value of scroll-timeline-axis

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for scroll-timeline-axis

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for scroll-timeline-axis. It will be wrapped in var() and have -- prepended.

pub const x: #(String, String)

x value of scroll-timeline-axis

pub const y: #(String, String)

y value of scroll-timeline-axis

Search Document