The idea
animation-fill-mode decides what the element looks like *outside* the animation's active time. forwards holds the last keyframe after the animation ends; the default none snaps back to the element's normal styles.
Make the box stay at the end of its slide instead of snapping back.
This level needs animation-fill-mode.