Bug 300721
| Summary: | [threaded-animation-resolution] use dedicated remote types for animations in the UI process | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
So far we've been using `AcceleratedEffect` as the main type used to drive threaded animation resolution in the UI process. Those effects are owned by a subclass of `AcceleratedEffectStack`. In order to support various timeline types in the UI process, such as scroll and view timelines, we need to introduce an equivalent to the `WebAnimation` class in the Web process that will reference both an effect and a timeline (eventually). We should also have a dedicated object type to manage a stack of animations.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/162623993>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/52316
EWS
Committed 301535@main (24bd7e7d0b87): <https://commits.webkit.org/301535@main>
Reviewed commits have been landed. Closing PR #52316 and removing active labels.