Bug 264394
Summary: | [web-animations] move shared timing data between AnimationEffect and AcceleratedEffect to a dedicated struct | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Antoine Quint <graouts> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aaa863254, dino, graouts, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 250970 |
Antoine Quint
The AnimationEffect and AcceleratedEffect classes share a number of timing-related properties. These properties are also used to resolve timing and progress while applying animations, so it will be important to share this timing-related logic across AnimationEffect and AcceleratedEffect as well. We should add a new supporting struct to encompass this information and contain this resolution logic.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/20154
EWS
Committed 270402@main (8f40ab2aadbb): <https://commits.webkit.org/270402@main>
Reviewed commits have been landed. Closing PR #20154 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/118133395>