1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:17:44 +00:00

LibWeb: Implement Animation.updatePlaybackRate()

This commit is contained in:
Matthew Olsson 2024-02-10 15:55:53 -07:00 committed by Andreas Kling
parent d351389d72
commit 9ab73f2675
3 changed files with 67 additions and 1 deletions

View file

@ -28,7 +28,7 @@ interface Animation : EventTarget {
undefined finish();
undefined play();
undefined pause();
// FIXME: undefined updatePlaybackRate(double playbackRate);
undefined updatePlaybackRate(double playbackRate);
// FIXME: undefined reverse();
undefined persist();
// FIXME: [CEReactions] undefined commitStyles();