Bug 268738 - [threaded-animation-resolution] add support for blending `opacity` values
Summary: [threaded-animation-resolution] add support for blending `opacity` values
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 268803
  Show dependency treegraph
 
Reported: 2024-02-05 05:07 PST by Antoine Quint
Modified: 2024-02-05 22:17 PST (History)
5 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-05 05:07:30 PST
Now that we have scheduling support for animation resolution for both macOS (see bug 266026) and iOS (see bug 268282) we can start blending values. A good start is adding support for blending `opacity` values which are a very simply type.
Comment 1 Radar WebKit Bug Importer 2024-02-05 05:07:56 PST
<rdar://problem/122304627>
Comment 2 Antoine Quint 2024-02-05 05:52:01 PST
Pull request: https://github.com/WebKit/WebKit/pull/23854
Comment 3 EWS 2024-02-05 10:01:09 PST
Committed 274102@main (c31a0356b67e): <https://commits.webkit.org/274102@main>

Reviewed commits have been landed. Closing PR #23854 and removing active labels.