Definition: animation-fill-mode
controls how an element looks before and after the animation.
none
The element returns to its original style after the animation ends.
forwards
The element keeps the final style (end of animation).
backwards
The element shows the first style during animation delay.
both
The element applies the first style during delay and keeps the final style after.