[Webkit-unassigned] [Bug 93146] New: [Qt][WK2] Allow threaded animations in UI_SIDE_COMPOSITING

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 11:42:28 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93146

           Summary: [Qt][WK2] Allow threaded animations in
                    UI_SIDE_COMPOSITING
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noam.rosenthal at nokia.com


Currently animations work nicely for requestAnimationFrame, however, CSS transitions/animations are blocked when there is a lengthy rendering, layout or JavaScript execution.
By allowing animation frames to be rendered in parallel to normal rendering, we can achieve smoother transitions in some cases.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list