monks/animation_timeline

The animation-timeline CSS property specifies the timeline used to control the progress of a CSS animation.

Values

pub const auto_: #(String, String)
  • : The animation’s timeline is the document’s default {{domxref(“DocumentTimeline”)}}. This is the default value.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of animation-timeline

pub const none: #(String, String)
  • : The animation is not associated with a timeline, and no animation occurs.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for animation-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 animation-timeline. It will be wrapped in var() and have -- prepended.

Search Document