Bug 266687
| Summary: | [web-animations] refactor animation code related to explicitly inherited properties in keyframes | ||
|---|---|---|---|
| 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 | ||
Antoine Quint
We still have several functions called under `KeyframeEffect::setBlendingKeyframes()` that iterate over blending keyframes to determine various conditions. We need to refactor more of those in the way we have in 272325@main so that we have fewer iterations and also move code over to BlendingKeyframes for better encapsulation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119921171>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/22088
EWS
Committed 272338@main (7e5538996fd3): <https://commits.webkit.org/272338@main>
Reviewed commits have been landed. Closing PR #22088 and removing active labels.