Bug 268366 - [web-animations] don't normalize progress for `visibility` and `content-visibility` while animating
Summary: [web-animations] don't normalize progress for `visibility` and `content-visib...
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: 267762
  Show dependency treegraph
 
Reported: 2024-01-30 01:43 PST by Antoine Quint
Modified: 2024-03-04 02:47 PST (History)
3 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-01-30 01:43:35 PST
The "visibility" and "content-visibility" properties have a special type of discrete animation support which requires the progress to not be normalized to either 0 or 1 prior to calling the blend() method on their animation wrapper.
Comment 1 Antoine Quint 2024-01-30 01:48:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/23498
Comment 2 EWS 2024-01-30 05:33:31 PST
Committed 273742@main (e4117be9080c): <https://commits.webkit.org/273742@main>

Reviewed commits have been landed. Closing PR #23498 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-01-30 05:34:19 PST
<rdar://problem/121926219>
Comment 4 Antoine Quint 2024-03-04 02:47:17 PST
This caused bug 270344.