[Webkit-unassigned] [Bug 235757] New: When interpolating between transform lists partial prefix matches should not use matrix interpolation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 00:40:44 PST 2022


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

            Bug ID: 235757
           Summary: When interpolating between transform lists partial
                    prefix matches should not use matrix interpolation
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mrobinson at webkit.org

When interpolating between two transform lists that have a match prefix, for instance:

from transform: translateX(25px) rotate(25deg)
to tranform: translateX(100px)

The match prefix should blend together directly and the rest of the list should be blended using matrix interpolation. This especially comes into play when doing multiple rotations around an axis.

-- 
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/20220128/1d91b0d5/attachment.htm>


More information about the webkit-unassigned mailing list