mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibWeb: Implement Animation.finish()
This commit is contained in:
parent
c0b9179d9a
commit
9abe472928
3 changed files with 67 additions and 1 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
Yes,
|
||||
No,
|
||||
};
|
||||
WebIDL::ExceptionOr<void> finish();
|
||||
WebIDL::ExceptionOr<void> play();
|
||||
WebIDL::ExceptionOr<void> play_an_animation(AutoRewind);
|
||||
WebIDL::ExceptionOr<void> pause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue