[Webkit-unassigned] [Bug 236080] New: [Web Animations] Starting a transform animation with a 1ms delay doesn't run it accelerated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 06:25:37 PST 2022


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

            Bug ID: 236080
           Summary: [Web Animations] Starting a transform animation with a
                    1ms delay doesn't run it accelerated
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: dino at apple.com, graouts at apple.com

Created attachment 450769

  --> https://bugs.webkit.org/attachment.cgi?id=450769&action=review

Testcase

The attached example runs a simple "transform" animation with a 1ms delay and we fail to run the animation accelerated. Indeed, by the time we call startAnimation() the renderer is not composited and we bail, never to retry again. We must have some incorrect logic to indicate than the element has a pending accelerated animation and should be composited.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220203/b3d963f7/attachment.htm>


More information about the webkit-unassigned mailing list