RESOLVED FIXED 287087
[web-animations] update effect stack membership when animation relevance changes
https://bugs.webkit.org/show_bug.cgi?id=287087
Summary [web-animations] update effect stack membership when animation relevance changes
Antoine Quint
Reported 2025-02-05 07:48:01 PST
We currently update an effect's membership in the effect stack in various places. It would be cleaner to do it all in a single place to avoid logic errors. We already have the KeyframeEffect::animationRelevancyDidChange() method, we should use this as the single place where effect stack membership is updated.
Attachments
Antoine Quint
Comment 1 2025-02-05 08:08:16 PST
EWS
Comment 2 2025-02-06 07:30:04 PST
Committed 289928@main (e81cfc86cc3b): <https://commits.webkit.org/289928@main> Reviewed commits have been landed. Closing PR #40054 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-02-06 07:31:17 PST
Note You need to log in before you can comment on or make changes to this bug.