[Webkit-unassigned] [Bug 222595] New: Animation from "scale()" to "scale() translate()" does not yield the expected result

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 06:44:40 PST 2021


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

            Bug ID: 222595
           Summary: Animation from "scale()" to "scale() translate()" does
                    not yield the expected result
           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 421929

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

Test

The attached test runs the following animation:

    document.querySelector("div").animate({ transform: ["scale(2)", "scale(0.1) translateX(-200px)"] }, 1000);

In Firefox and Chrome you can see the elements animate one way (see screen recording) and in Safari (after r273656, the fix for bug 222545) another way. We likely have the incorrect behavior.

-- 
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/20210302/6b032554/attachment-0001.htm>


More information about the webkit-unassigned mailing list