Why the style of @ keyframes can't override the style of class

Why is the @ keyframes style always at the end of the style list?

how to overwrite the original style with animation.

Css
Feb.28,2021

Animation exists for a time period of execution, and after execution (in the case of non-infinite animation), it will return to the initialized state. Visual observation should be that you do not stop at the last frame after the animation is completed; please add a parameter forwards or animation-fill-mode: forwards;


important? when you animation.


Why does your @ keyframes have only 100% of this frame--

Menu