mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
LibWeb: Implement Animation::set_playback_rate
This commit is contained in:
parent
749462f3df
commit
8039fe78cd
Notes:
sideshowbarker
2024-07-17 10:54:57 +09:00
Author: https://github.com/mattco98
Commit: 8039fe78cd
Pull-request: https://github.com/SerenityOS/serenity/pull/21893
2 changed files with 40 additions and 2 deletions
|
@ -61,6 +61,8 @@ private:
|
|||
RunAsSoonAsReady,
|
||||
};
|
||||
|
||||
double associated_effect_end() const;
|
||||
|
||||
void apply_any_pending_playback_rate();
|
||||
WebIDL::ExceptionOr<void> silently_set_current_time(Optional<double>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue