RESOLVED FIXED 269591
[threaded-animation-resolution] don't accelerate filter interpolation if a `drop-shadow()` operation is not last
https://bugs.webkit.org/show_bug.cgi?id=269591
Summary [threaded-animation-resolution] don't accelerate filter interpolation if a `d...
Antoine Quint
Reported 2024-02-16 10:31:46 PST
If a `filter` value is ever set on an animated target, we can only use accelerated interpolation if it contains a `drop-shadow()` operation as its last operation. The reason we need to implement this constraint is because a `CALayer` specifies drop shadow as a separate group of properties compared to other filters and is applied last.
Attachments
Antoine Quint
Comment 1 2024-02-16 10:39:34 PST
EWS
Comment 2 2024-02-16 14:05:35 PST
Committed 274877@main (c421dabfa6f1): <https://commits.webkit.org/274877@main> Reviewed commits have been landed. Closing PR #24632 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-02-16 14:06:25 PST
Note You need to log in before you can comment on or make changes to this bug.