[Webkit-unassigned] [Bug 227733] Animation from scale(0) has missing backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 21:34:10 PDT 2021


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

--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
When we call KeyframeEffect::computeExtentOfTransformAnimation() box.style() already reflects the first keyframe, so falling back to box.style() for the 100% keyframe doesn't work (it has scale(0) in it). We need to be able to get to the style which is not affected by keyframes.

-- 
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/20210707/bcd1aea8/attachment.htm>


More information about the webkit-unassigned mailing list