Bug 269146 - [threaded-animation-resolution] only set `opacity` values if the effect stack requires it
Summary: [threaded-animation-resolution] only set `opacity` values if the effect stack...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks: 250970
  Show dependency treegraph
 
Reported: 2024-02-10 13:24 PST by Antoine Quint
Modified: 2024-02-12 12:30 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>