1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:47:34 +00:00

LibWeb: Add the CSSAnimation IDL object

This commit is contained in:
Matthew Olsson 2023-11-04 13:57:57 -07:00 committed by Andrew Kaster
parent 3721a1a81c
commit 3a87c000c4
7 changed files with 88 additions and 1 deletions

View file

@ -32,6 +32,7 @@ set(SOURCES
CSS/CalculatedOr.cpp
CSS/Clip.cpp
CSS/CSS.cpp
CSS/CSSAnimation.cpp
CSS/CSSConditionRule.cpp
CSS/CSSGroupingRule.cpp
CSS/CSSImportRule.cpp