[Webkit-unassigned] [Bug 215826] New: scale transform transitions won't overshoot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 14:42:22 PDT 2020


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

            Bug ID: 215826
           Summary: scale transform transitions won't overshoot
           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: timdream at gmail.com

Created attachment 407234

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

scale-test.html

STR:

See test case, a <div> comes with `transition: 1s transform cubic-bezier(0, 2, 1, 2)` set.

Expected:

The bezier curve should get the div to scale up a bit and does down to the final size during the CSS transition.

Actual:

The transition looks linear and disregard the curve set?

Note:

Firefox and Chrome goes with the expected behavior.

Version:

Release 110 (Safari 14.0, WebKit 15610.1.21.0.2)
macOS 10.15.5 (19F101)

-- 
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/20200825/05debca4/attachment.htm>


More information about the webkit-unassigned mailing list