mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
We now: - Serialize longhands in the correct order - Support serializing multiple values - Include default longhands where required (to distinguish animation-name from that longhand).
5 lines
179 B
Plaintext
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; }
|