[wpt-sync] Sync PR 42637 - Add interpolation type for custom <transform-list>
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42637 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42637
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Add interpolation type for custom <transform-list>
Support animation of registered \<transform-list> custom properties via a
new CSSCustomTransformInterpolationType. Currently, we do not support
interpolation between \<transform-list>s where there is a suffix of
incompatible transforms functions which need to be interpolated by a
single transform where one of the composed functions depend on box-size
via percentages. A mix() function would be necessary to represent
intermediate computed values in those cases.Bug: 911156
Change-Id: I8d44d3ecdf6d4114a2b0cd64ba76441ccc27655f
Reviewed-on: https://chromium-review.googlesource.com/4953299
WPT-Export-Revision: 077ce7e0b7f71aae4890fa06d34e0765a8efd9cb
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b73941ea6645
https://hg.mozilla.org/mozilla-central/rev/3624661e3e90
Description
•