The animation-range-end property sets the end of an animation's attachment range — the point where the animation ends..card {
animation-range-end: exit 100%;
}.reveal {
animation-range-start: cover 25%;
animation-range-end: cover 75%;
}min:0max:9999step:5units:% | pxnormalThe default value. Timeline end (100%).coverElement cover range.containElement contained range.entryEntry range.exitExit range.entry-crossingThe crossing point of the element's edge entering the scrollport.exit-crossingThe crossing point of the element's edge exiting the scrollport.scrollEnd of the full scroll range along the scroll-timeline axis.CSS Animations Level 2Editor's Draft<length-percentage>W3CMDN