mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:07:45 +00:00
LibWeb: Add a few Animation/AnimationEffect getters
This commit is contained in:
parent
06a8674eec
commit
145ae54718
5 changed files with 55 additions and 1 deletions
|
@ -23,7 +23,6 @@ void AnimationTimeline::set_current_time(Optional<double> value)
|
|||
}
|
||||
|
||||
m_current_time = value;
|
||||
|
||||
for (auto& animation : m_associated_animations)
|
||||
animation->notify_timeline_time_did_change();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue