mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
LibWeb: Implement Animation.cancel()
This commit is contained in:
parent
9abe472928
commit
3c055ff76d
3 changed files with 93 additions and 1 deletions
|
@ -24,7 +24,7 @@ interface Animation : EventTarget {
|
|||
// FIXME: attribute EventHandler oncancel;
|
||||
// FIXME: attribute EventHandler onremove;
|
||||
|
||||
// FIXME: undefined cancel();
|
||||
undefined cancel();
|
||||
undefined finish();
|
||||
undefined play();
|
||||
undefined pause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue