1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +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

@ -27,6 +27,7 @@ class RecordingPainter;
}
namespace Web::Animations {
class Animatable;
class Animation;
class AnimationEffect;
class AnimationPlaybackEvent;