monks/scroll_snap_destination

The scroll-snap-destination property

Values

pub const bottom: #(String, String)

scroll-snap-destination.bottom

pub const center: #(String, String)

scroll-snap-destination.center

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

scroll-snap-destination.left

pub fn length(value: monks_of_style.Length) -> #(String, String)

scroll-snap-destination.length

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

Enter a raw string value for scroll-snap-destination

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const right: #(String, String)

scroll-snap-destination.right

pub const top: #(String, String)

scroll-snap-destination.top

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

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

Search Document