It seems like @keyframes animations are being compressed (specifically the name of the keyframes), but their corresponding references in the animation-name directive within the CSS are not being similarly compressed. This results in a mismatch where the animation is not applied as intended.
It seems like
@keyframes
animations are being compressed (specifically the name of the keyframes), but their corresponding references in the animation-name directive within the CSS are not being similarly compressed. This results in a mismatch where the animation is not applied as intended.For example, in the following CSS: