Bug 179293
| Summary: | [Web Animations] Refactor ScriptedAnimationController to share functionality with DocumentTimeline | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dino, sabouhallawa |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=179236 https://bugs.webkit.org/show_bug.cgi?id=122912 |
||
Antoine Quint
As part of https://bugs.webkit.org/show_bug.cgi?id=179236, we are integrating with DisplayLinkRefreshMonitor to run the DocumentTimeline. However, ScriptedAnimationController implements much of what we need to do, throttling and fallback to a timer if DisplayLinkRefreshMonitor is unavailable are two facilities we need for DocumentTimeline. We should refactor ScriptedAnimationController into a more general purpose animation supporting object and make both rAF and DocumentTimeline integrate with it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
Updating the web animation will be done in the order specified by <https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering>.
*** This bug has been marked as a duplicate of bug 177484 ***