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

LibWeb: Add the Animatable IDL object

This commit is contained in:
Matthew Olsson 2023-11-05 10:20:10 -07:00 committed by Andreas Kling
parent 4792dc294b
commit daaaaec2d0
5 changed files with 84 additions and 0 deletions

View file

@ -2,6 +2,7 @@ include(libweb_generators)
include(accelerated_graphics)
set(SOURCES
Animations/Animatable.cpp
Animations/Animation.cpp
Animations/AnimationEffect.cpp
Animations/AnimationPlaybackEvent.cpp