The animation-range CSS shorthand property is used to set the start and end of an animation’s attachment range along its timeline, i.e., where along the timeline an animation will start and end.
pub const contain: #(String, String)
contain value of animation-range
pub const cover: #(String, String)
cover value of animation-range
pub const entry: #(String, String)
entry value of animation-range
pub const entry_crossing: #(String, String)
entry-crossing value of animation-range
pub const exit: #(String, String)
exit value of animation-range
pub const exit_crossing: #(String, String)
exit-crossing value of animation-range
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const normal: #(String, String)
normal value of animation-range
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for animation-range
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-range.
It will be wrapped in var() and have -- prepended.