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
commit 1ca46afa2f
Notes: sideshowbarker 2024-07-16 21:39:23 +09:00
6 changed files with 270 additions and 0 deletions

View file

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