1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:57:35 +00:00

LibWeb: Add the AnimationEvent IDL objects

This commit is contained in:
Matthew Olsson 2023-11-04 14:00:09 -07:00 committed by Andrew Kaster
parent 3a87c000c4
commit faaf5b9652
5 changed files with 105 additions and 0 deletions

View file

@ -29,6 +29,7 @@ set(SOURCES
Crypto/CryptoKey.cpp
Crypto/SubtleCrypto.cpp
CSS/Angle.cpp
CSS/AnimationEvent.cpp
CSS/CalculatedOr.cpp
CSS/Clip.cpp
CSS/CSS.cpp