Files
ladybird/Libraries/LibWeb/Animations/AnimationTimeline.cpp
Callum Law 34f0eea89a LibWeb: Update animations in AnimationTimeline::set_current_time
These steps need to be run whenever update_current_time is called and in
a future commit that will be more than just the one place currently.

This also removes the early return in `set_current_time` if the new
`current time` is the same as the old one, since we want to update
animations regardless (e.g. to run pending tasks)
2026-05-08 22:59:16 +02:00

4.0 KiB