Bug 269563
Summary: | [threaded-animation-resolution] don't accelerate size-dependent transform interpolation with if width and `height` are animated | ||
---|---|---|---|
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=211986 | ||
Bug Depends on: | |||
Bug Blocks: | 250970 |
Antoine Quint
We fixed a case in bug 211986 where animating `width` or `height` while also animating `translate` or `transform: translate()` with relative values would require transform interpolation to not be accelerated. We need to do the same work for threaded animation resolution.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/24600
EWS
Committed 274815@main (126e9c6fc231): <https://commits.webkit.org/274815@main>
Reviewed commits have been landed. Closing PR #24600 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/123078687>