mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb: Add the Animation IDL object
This commit is contained in:
parent
0df06ce273
commit
1ca46afa2f
Notes:
sideshowbarker
2024-07-16 21:39:23 +09:00
Author: https://github.com/mattco98
Commit: 1ca46afa2f
Pull-request: https://github.com/SerenityOS/serenity/pull/21831
6 changed files with 270 additions and 0 deletions
|
@ -27,6 +27,7 @@ class RecordingPainter;
|
|||
}
|
||||
|
||||
namespace Web::Animations {
|
||||
class Animation;
|
||||
class AnimationEffect;
|
||||
class AnimationTimeline;
|
||||
class DocumentTimeline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue