[Webkit-unassigned] [Bug 201736] CSS variables in keyframes don't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 08:33:14 PDT 2022


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

--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
The issue is the we don't invalidate keyframes when a variable value changes so fail to reflect changes correctly. To implement this we need to track if the keyframe uses any variables and invalidate it on variable mutation (preferably only when a variable that is actually used changes). There is somewhat similar mechanism already for container units (KeyframeList::usesContainerUnits() etc).

-- 
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/20220829/72d9cd47/attachment-0001.htm>


More information about the webkit-unassigned mailing list