Files
ladybird/Tests/LibWeb/Text/expected/css/animation-name-is-valid-other-property-value.txt
Callum Law 517e3f5f1d LibWeb: Serialize animation according to spec
We now:
 - Serialize longhands in the correct order
 - Support serializing multiple values
 - Include default longhands where required (to distinguish
   animation-name from that longhand).
2025-09-24 11:58:20 +01:00

5 lines
179 B
Plaintext

#timing-function { animation: ease eAsE-In-OuT; }
#direction { animation: normal rEvErSe; }
#fill-mode { animation: none fOrWaRdS; }
#running-state { animation: running pAuSeD; }