mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibWeb: Add AnimationTimeline IDL object
This commit is contained in:
parent
8eeb4e0aff
commit
521f8bd5f2
Notes:
sideshowbarker
2024-07-17 01:28:15 +09:00
Author: https://github.com/mattco98
Commit: 521f8bd5f2
Pull-request: https://github.com/SerenityOS/serenity/pull/21801
Reviewed-by: https://github.com/awesomekling ✅
7 changed files with 119 additions and 0 deletions
|
@ -26,6 +26,10 @@ namespace Web::Painting {
|
|||
class RecordingPainter;
|
||||
}
|
||||
|
||||
namespace Web::Animations {
|
||||
class AnimationTimeline;
|
||||
}
|
||||
|
||||
namespace Web::ARIA {
|
||||
class AriaData;
|
||||
class ARIAMixin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue