monks/scroll_snap_type_x

The scroll-snap-type-x property

Values

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

scroll-snap-type-x.mandatory

pub const none: #(String, String)

scroll-snap-type-x.none

pub const proximity: #(String, String)

scroll-snap-type-x.proximity

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

Enter a raw string value for scroll-snap-type-x

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

Search Document