monks/timeline_scope

The timeline-scope CSS property modifies the scope of a named animation timeline.

Values

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const none: #(String, String)
  • : There is no change in timeline scope. This is the default.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for timeline-scope

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

Search Document