mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LibWeb: Implement Animation::play
This commit is contained in:
parent
88518c29ca
commit
4792dc294b
3 changed files with 139 additions and 2 deletions
|
@ -26,7 +26,7 @@ interface Animation : EventTarget {
|
|||
|
||||
// FIXME: undefined cancel();
|
||||
// FIXME: undefined finish();
|
||||
// FIXME: undefined play();
|
||||
undefined play();
|
||||
// FIXME: undefined pause();
|
||||
// FIXME: undefined updatePlaybackRate(double playbackRate);
|
||||
// FIXME: undefined reverse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue