[Webkit-unassigned] [Bug 23775] Transitions misbehave when a property is expressed in different units

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 05:35:28 PDT 2022


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

--- Comment #8 from Antoine Quint <graouts at webkit.org> ---
Firefox / Chrome (actual values may vary):

Transitioning width from 10% to 960px
Transitioning width from calc(6.63989% + 322.571px) to 10%

Safari:

Transitioning width from 151.1875px to 151.1875px
Transitioning width from 151.1875px to 151.1875px

What puzzles me is that the from/to values are the same for the initial transition even though we do the right thing in terms of rendering. The second one is consistent with the fact that we snap, although it makes no sense to transition between two equal values.

-- 
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/20220914/0fa72afa/attachment.htm>


More information about the webkit-unassigned mailing list