The idea
animation-duration sets how long one run takes, and animation-delay shifts when it starts. A *negative* delay starts the animation partway through — it is how you scrub to a specific frame.
Freeze the box exactly halfway through its slide.
This level needs both animation-duration and animation-delay.