mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:57:34 +00:00
LibWeb: Implement Animation::play_state
This commit is contained in:
parent
8039fe78cd
commit
fe40bdfc01
3 changed files with 46 additions and 4 deletions
|
@ -15,8 +15,7 @@ interface Animation : EventTarget {
|
|||
attribute double playbackRate;
|
||||
readonly attribute AnimationPlayState playState;
|
||||
readonly attribute AnimationReplaceState replaceState;
|
||||
// FIXME:
|
||||
// readonly attribute boolean pending;
|
||||
readonly attribute boolean pending;
|
||||
readonly attribute Promise<Animation> ready;
|
||||
readonly attribute Promise<Animation> finished;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue