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

LibWeb: Implement Animation.pause()

This commit is contained in:
Matthew Olsson 2024-02-04 17:21:05 -07:00 committed by Andreas Kling
parent 83fd28e089
commit c0b9179d9a
3 changed files with 118 additions and 4 deletions

View file

@ -27,7 +27,7 @@ interface Animation : EventTarget {
// FIXME: undefined cancel();
// FIXME: undefined finish();
undefined play();
// FIXME: undefined pause();
undefined pause();
// FIXME: undefined updatePlaybackRate(double playbackRate);
// FIXME: undefined reverse();
// FIXME: undefined persist();