[Webkit-unassigned] [Bug 213495] REGRESSION (r260360): easing curves are broken on JS-originated animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 12:34:25 PDT 2020


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

--- Comment #7 from Antoine Quint <graouts at webkit.org> ---
It doesn't look like we ever set the CAAnimation timingFunction but rather set timing function on the keyframes directly, at least this is what GraphicsLayerCA::timingFunctionForAnimationValue() looks like it's doing. This isn't surprising since until Web Animations there was no notion of an animation-wide timing function in CSS Animations and CSS Transitions. We'll need to add pluming to pass the animation-wide timing function to the CAAnimation.

-- 
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/20200623/a5bd634d/attachment.htm>


More information about the webkit-unassigned mailing list