mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
LibWeb: Add DocumentOrShadowRoot::get_animations()
This commit is contained in:
parent
37322baf54
commit
5b84bd6e45
Notes:
sideshowbarker
2024-07-17 07:48:42 +09:00
Author: https://github.com/mattco98
Commit: 5b84bd6e45
Pull-request: https://github.com/SerenityOS/serenity/pull/24530
5 changed files with 27 additions and 0 deletions
|
@ -47,6 +47,8 @@ public:
|
|||
|
||||
void for_each_css_style_sheet(Function<void(CSS::CSSStyleSheet&)>&& callback) const;
|
||||
|
||||
Vector<JS::NonnullGCPtr<Animations::Animation>> get_animations();
|
||||
|
||||
virtual void finalize() override;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue