[Webkit-unassigned] [Bug 279514] [css-transitions] `getKeyframes()` returns the same values for "from" and "to" with a custom property
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 11 07:31:25 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279514
--- Comment #1 from Antoine Quint <graouts at webkit.org> ---
I think the issue is that we're lacking the equivalent of `ComputedStyleExtractor::valueForPropertyInStyle()` for custom properties and we're wrongly calling `ComputedStyleExtractor::customPropertyValue()` in the `customPropertyValue` lambda under `KeyframeEffect::getKeyframes()`. This means we'll only ever show the current computed value for the target element rather than the keyframe value.
--
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/20240911/cd3cba2c/attachment.htm>
More information about the webkit-unassigned
mailing list