1
Fork 0
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:
Matthew Olsson 2023-11-04 12:15:18 -07:00 committed by Andreas Kling
parent 8039fe78cd
commit fe40bdfc01
3 changed files with 46 additions and 4 deletions

View file

@ -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;