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