Bug 167899
| Summary: | Unify all animation types through a shared AnimationController | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | dino, graouts, graouts, jonlee, sam, simon.fraser, thorton, 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=168108 https://bugs.webkit.org/show_bug.cgi?id=168109 https://bugs.webkit.org/show_bug.cgi?id=168110 https://bugs.webkit.org/show_bug.cgi?id=168111 |
||
| Bug Depends on: | 167829 | ||
| Bug Blocks: | |||
Said Abou-Hallawa
This is an umbrella bug to track the progress of this task. The goal is have the following different types of animations be handled by a central AnimationController
CSS animation
SMIL animation
rAF animation
Web animation
This is to avoid having all the animations be clients of DisplayRefreshMonitor and to allow aligning the timing of these animations properly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/30413316>
Antoine Quint
I think that CSS Animations, CSS Transitions, Web Animations and requestAnimationFrame all use the same DisplayRefreshMonitor, or at least they are all serviced from Page::updateRendering(). I expect however that this is not the case for SVG Animations. Is this still a goal?