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

LibWeb: Add KeyframeEffect IDL objects

This commit is contained in:
Matthew Olsson 2023-11-04 13:09:57 -07:00 committed by Andreas Kling
parent 99bb5a1d08
commit 5824916f8c
8 changed files with 303 additions and 0 deletions

View file

@ -32,6 +32,7 @@ class AnimationEffect;
class AnimationPlaybackEvent;
class AnimationTimeline;
class DocumentTimeline;
class KeyframeEffect;
}
namespace Web::ARIA {