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

LibWeb: Add the AnimationPlaybackEvent IDL object

This commit is contained in:
Matthew Olsson 2023-11-04 12:20:39 -07:00 committed by Andreas Kling
parent 82c36b303c
commit 43dc9dfb69
6 changed files with 102 additions and 0 deletions

View file

@ -29,6 +29,7 @@ class RecordingPainter;
namespace Web::Animations {
class Animation;
class AnimationEffect;
class AnimationPlaybackEvent;
class AnimationTimeline;
class DocumentTimeline;
}