1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:07:34 +00:00

LibWeb: Implement Animation.finish()

This commit is contained in:
Matthew Olsson 2024-02-05 20:18:00 -07:00 committed by Andreas Kling
parent c0b9179d9a
commit 9abe472928
3 changed files with 67 additions and 1 deletions

View file

@ -25,7 +25,7 @@ interface Animation : EventTarget {
// FIXME: attribute EventHandler onremove;
// FIXME: undefined cancel();
// FIXME: undefined finish();
undefined finish();
undefined play();
undefined pause();
// FIXME: undefined updatePlaybackRate(double playbackRate);