monks/view_timeline

The view-timeline CSS shorthand property defines a named view progress timeline’s name, direction, and inset values.

Values

pub const block: #(String, String)

block value of view-timeline

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

inline value of view-timeline

pub const none: #(String, String)

none value of view-timeline

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

Enter a raw string value for view-timeline

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 view-timeline. It will be wrapped in var() and have -- prepended.

pub const x: #(String, String)

x value of view-timeline

pub const y: #(String, String)

y value of view-timeline

Search Document