mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
LibWeb: Add a few Animation/AnimationEffect getters
This commit is contained in:
parent
06a8674eec
commit
145ae54718
5 changed files with 55 additions and 1 deletions
|
@ -50,6 +50,8 @@ public:
|
|||
|
||||
Bindings::AnimationPlayState play_state() const;
|
||||
|
||||
bool is_relevant() const;
|
||||
|
||||
bool is_replaceable() const;
|
||||
Bindings::AnimationReplaceState replace_state() const { return m_replace_state; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue