[css-properties-values-api] Support interpolating registered custom properties in transitions
Categories
(Core :: CSS Transitions and Animations, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: zrhoffman, Assigned: zrhoffman)
References
(Blocks 3 open bugs)
Details
Attachments
(2 files)
Once the patch in bug 1869185 has landed custom properties can be interpolated using keyframes, but not using transitions. Transitions should support interpolation, as well.
Assignee | ||
Comment 1•11 months ago
|
||
There are still some unhandled edge cases, like making the removal of an
@property rule not interpolate (bug 1885798).
Updated•11 months ago
|
Updated•11 months ago
|
Comment 3•11 months ago
|
||
bugherder |
Comment 4•11 months ago
|
||
:zrhoffman anything you want to consider nominating for a release note? (Process info)
We could include it in the nightly release notes.
Comment 5•10 months ago
|
||
(In reply to Donal Meehan [:dmeehan] from comment #4)
:zrhoffman anything you want to consider nominating for a release note? (Process info)
We could include it in the nightly release notes.
Clearing this needinfo, given that this has now been in Nightly for a month (so probably too late for a Nightly release note), and the feature in question is preffed off beyond Nightly right now:
https://searchfox.org/mozilla-central/rev/c7df16ffad1f12a19c81c16bce0b65e4a15304d0/modules/libpref/init/StaticPrefList.yaml#8781-8783
# Whether Properties and Values is enabled
- name: layout.css.properties-and-values.enabled
type: RelaxedAtomicBool
Description
•