[Webkit-unassigned] [Bug 215918] [Web Animations] Using a cubic-bezier() easing with y values above 1 fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 02:17:48 PDT 2021


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

--- Comment #4 from Antoine Quint <graouts at webkit.org> ---
This particular test can be rewritten to set the easing on the keyframe to get the desired behavior:

  document.body.firstElementChild.animate({
    transform: ["none", "translate(50vw)"],
    easing: "cubic-bezier(.2, 1, .2, 1.5)"
  }, {
    duration: 1000,
    fill: "forwards",
  });

-- 
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/20210503/57916208/attachment.htm>


More information about the webkit-unassigned mailing list