[Webkit-unassigned] [Bug 240752] New: REGRESSION: Hardware accelerated animations using steps() no longer works

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 20:06:24 PDT 2022


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

            Bug ID: 240752
           Summary: REGRESSION: Hardware accelerated animations using
                    steps() no longer works
           Product: WebKit
           Version: Safari 15
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gammon at adobe.com
                CC: dino at apple.com, graouts at apple.com

Created attachment 459634

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

Transform Animation with step() which chokes when main thread busy

Using steps() in a css animation with transforms suffers performance issues when the main thread is occupied. This doesn't seem to occur in any other major browser.

In the attached example clicking the button will occupy the main thread for 2 seconds. The animation pauses in webkit. It should instead continue animating as though the button was not clicked.

Found previous example of this issue marked fixed:
#186129

-- 
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/20220521/18f494ad/attachment.htm>


More information about the webkit-unassigned mailing list