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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 1 01:51:45 PST 2022


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

--- Comment #6 from Antoine Quint <graouts at webkit.org> ---
(In reply to Simon Fraser (smfr) from comment #5)
> 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.

The style not accounting for animations is stored on ElementAnimationRareData, and you may access it from KeyframeEffect with targetStyleable()->lastStyleChangeEventStyle().

-- 
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/20220201/62793a08/attachment.htm>


More information about the webkit-unassigned mailing list