Bug 268366
Summary: | [web-animations] don't normalize progress for `visibility` and `content-visibility` while animating | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Antoine Quint <graouts> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, graouts, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=270344 | ||
Bug Depends on: | |||
Bug Blocks: | 267762 |
Antoine Quint
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/23498
EWS
Committed 273742@main (e4117be9080c): <https://commits.webkit.org/273742@main>
Reviewed commits have been landed. Closing PR #23498 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/121926219>
Antoine Quint
This caused bug 270344.