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

LibWeb: Run update_finished_state when setting AnimationEffect's timing

This will need to a necessary style invalidation
This commit is contained in:
Matthew Olsson 2024-02-10 20:54:42 -07:00 committed by Andrew Kaster
parent 6d25bf3aac
commit 3721a1a81c
3 changed files with 10 additions and 0 deletions

View file

@ -65,6 +65,8 @@ public:
JS::GCPtr<DOM::Document> document_for_timing() const;
void notify_timeline_time_did_change();
void effect_timing_changed(Badge<AnimationEffect>);
protected:
Animation(JS::Realm&);