[Webkit-unassigned] [Bug 265028] Animation with @property and a filter goes wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 11 06:34:47 PST 2023


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

--- Comment #8 from Antoine Quint <graouts at webkit.org> ---
With the explosion, the issue is that the `<div class="blur">` element which has the specified value "transform: translate3d(0, 0, var(--depth))" computes to "none", whereas `--depth` is set to `8rem`. Setting `--depth` to `123px` for instance makes the issue go away, and setting it back to `8rem` makes it occur again (upon the next style update). So there might be a CSS bug here.

-- 
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/20231211/481a9c70/attachment-0001.htm>


More information about the webkit-unassigned mailing list