Bug 269146

Summary: [threaded-animation-resolution] only set `opacity` values if the effect stack requires it
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 250970    

Description Antoine Quint 2024-02-10 13:24:05 PST
We added support for blending the `opacity` property with threaded animation resolution enabled with bug 268738. However, we would set the blended opacity regardless of whether the effect stack targets that property. We should only set blended properties if relevant.
Comment 1 Antoine Quint 2024-02-10 13:28:50 PST
Pull request: https://github.com/WebKit/WebKit/pull/24213
Comment 2 EWS 2024-02-12 12:29:14 PST
Committed 274478@main (4f259dc1446e): <https://commits.webkit.org/274478@main>

Reviewed commits have been landed. Closing PR #24213 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-02-12 12:30:20 PST
<rdar://problem/122822652>