RESOLVED FIXED266687
[web-animations] refactor animation code related to explicitly inherited properties in keyframes
https://bugs.webkit.org/show_bug.cgi?id=266687
Summary [web-animations] refactor animation code related to explicitly inherited prop...
Antoine Quint
Reported 2023-12-20 01:23:06 PST
We still have several functions called under `KeyframeEffect::setBlendingKeyframes()` that iterate over blending keyframes to determine various conditions. We need to refactor more of those in the way we have in 272325@main so that we have fewer iterations and also move code over to BlendingKeyframes for better encapsulation.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-20 01:23:20 PST
Antoine Quint
Comment 2 2023-12-20 01:26:38 PST
EWS
Comment 3 2023-12-20 04:17:22 PST
Committed 272338@main (7e5538996fd3): <https://commits.webkit.org/272338@main> Reviewed commits have been landed. Closing PR #22088 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.