monks/animation_range_start
The animation-range-start CSS property is used to set the start of an animation’s attachment range along its timeline, i.e., where along the timeline an animation will start.
The animation-range-start and {{cssxref(“animation-range-end”)}} properties can also be set using the animation-range shorthand property.
animation-range-startis included in the {{cssxref(“animation”)}} shorthand as a reset-only value. This means that includinganimationresets a previously-declaredanimation-range-startvalue tonormal, but a specific value cannot be set viaanimation. When creating CSS scroll-driven animations, you need to declareanimation-range-startafter declaring anyanimationshorthand for it to take effect.
Values
pub const entry_crossing: #(String, String)
entry-crossing value of animation-range-start
pub const exit_crossing: #(String, String)
exit-crossing value of animation-range-start
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of animation-range-start
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for animation-range-start
pub const revert_layer: #(String, String)