mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LibWeb: Add Animation::is_replaceable()
This commit is contained in:
parent
4e6c74dcf6
commit
2ade834655
4 changed files with 49 additions and 0 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
|
||||
Bindings::AnimationPlayState play_state() const;
|
||||
|
||||
bool is_replaceable() const;
|
||||
Bindings::AnimationReplaceState replace_state() const { return m_replace_state; }
|
||||
|
||||
// https://www.w3.org/TR/web-animations-1/#dom-animation-pending
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue