RESOLVED FIXED285662
[web-animations] only compute time offset as needed when applying accelerated actions
https://bugs.webkit.org/show_bug.cgi?id=285662
Summary [web-animations] only compute time offset as needed when applying accelerated...
Antoine Quint
Reported 2025-01-09 01:39:50 PST
We compute a time offset in `KeyframeEffect::applyPendingAcceleratedActions()` to pass down to the various RenderLayerBacking methods dealing with accelerated animations. However, we don't always end up using it, so it's best to only compute it as needed.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-01-09 01:40:01 PST
Antoine Quint
Comment 2 2025-01-09 01:41:56 PST
Note You need to log in before you can comment on or make changes to this bug.