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

LibWeb: Add the Animation IDL object

This commit is contained in:
Matthew Olsson 2023-11-06 15:17:19 +00:00 committed by Andreas Kling
parent 0df06ce273
commit 1ca46afa2f
6 changed files with 270 additions and 0 deletions

View file

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