[Webkit-unassigned] [Bug 211755] Bad animations on this example
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 14 12:59:58 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=211755
--- Comment #6 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
Created attachment 399394
--> https://bugs.webkit.org/attachment.cgi?id=399394&action=review
More reduced test case
The bug happens because of this CSS setting:
#ball {
...
transform-box: unset;
...
}
If it is deleted, the animation works fine. It looks like the initial value of "transform-box" is set to "border-box". But according to https://drafts.csswg.org/css-transforms/#transform-box it should be "view-box".
--
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/20200514/2be2612f/attachment-0001.htm>
More information about the webkit-unassigned
mailing list