[Webkit-unassigned] [Bug 255368] Bring slerp interpolation in line with spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 12 15:21:46 PDT 2023


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

--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Blink regressed this: Safari was doing correctly due to relying on system for doing animations (but if we are planning to change, we might have same bug):

After this change, will Blink match Safari?
If not, Safari can't change its behavior since it relies on the operation
system to do animations...

___________________

Test Case mentioned in the Spec Discussion - https://jsfiddle.net/bpLx7gtq/show

_____________________

Blink regressed it here (as per documentation):

I think so, yes.  We got the "bad" behavior when we switched from
WebCore::TransformationMatrix to gfx::Transform, according to
<https://code.google.com/p/chromium/issues/detail?id=236018>.  A quick
test in Safari with the example code in my first post has it doing the
short-path animation.

_________

Another test case - https://jsfiddle.net/f2hxo9k6/

-- 
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/20230412/29009d40/attachment.htm>


More information about the webkit-unassigned mailing list