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--

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c21b-2c303.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c21b-2c303.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?