1
Fork 0
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:
Matthew Olsson 2023-11-05 09:52:45 -07:00 committed by Andreas Kling
parent 88518c29ca
commit 4792dc294b
3 changed files with 139 additions and 2 deletions

View file

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