[Webkit-unassigned] [Bug 218371] Adding a border-radius, border, or box-shadow breaks animations from scale(0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 06:26:49 PST 2020


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

--- Comment #5 from Antoine Quint <graouts at webkit.org> ---
Created attachment 412912

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

Test (Web Animations)

Attached a different testcase where we use the Web Animations API instead:

for (let element of Array.from(document.body.querySelectorAll(".test")))
    element.animate({ transform: "scale(0)" }, 1000);

There is also no visible animation in this case.

-- 
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/20201102/bf7a7753/attachment-0001.htm>


More information about the webkit-unassigned mailing list