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 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_layer: #(String, String)