monks/offset_rotate

The offset-rotate CSS property defines the orientation/direction of the element as it is positioned along the {{cssxref(“offset-path”)}}.

Values

pub const auto_: #(String, String)

auto value of offset-rotate

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

Enter a raw string value for offset-rotate

pub const reverse: #(String, String)

reverse value of offset-rotate

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

Search Document