[Webkit-unassigned] [Bug 228896] CSS animation timing is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 9 20:44:08 PDT 2021


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

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The broken animation has mismatched transform functions:

        @keyframes scale-bar {
            0% { transform: scaleX(0) }
            to { transform: scale(1) }
        }

so it interpolates via matrix interpolation. This appears to use the wrong timing function.

-- 
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/20210810/9aec8161/attachment-0001.htm>


More information about the webkit-unassigned mailing list