LibWeb: Add AnimationTimeline IDL object

This commit is contained in:
Matthew Olsson 2023-11-04 08:16:37 -07:00 committed by Andreas Kling
commit 521f8bd5f2
Notes: sideshowbarker 2024-07-17 01:28:15 +09:00
7 changed files with 119 additions and 0 deletions

View file

@ -26,6 +26,10 @@ namespace Web::Painting {
class RecordingPainter;
}
namespace Web::Animations {
class AnimationTimeline;
}
namespace Web::ARIA {
class AriaData;
class ARIAMixin;