[css-properties-values-api] motionone doesn't work on nightly (depends on interpolating registered properties, bug 1846516)
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox116 | --- | unaffected |
firefox117 | --- | disabled |
firefox118 | --- | disabled |
firefox119 | --- | disabled |
People
(Reporter: bj, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 obsolete file)
Reported in #nightly:mozilla.org.
Steps to reproduce:
- Visit https://ix99x9.csb.app/ .
Expected:
- The image rotates while changing color.
Actual:
- No rotation.
The rotation occurs on release and Chrome.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=a31b524ec43ad1f7e5ad7ad6a1eae27160111a06&tochange=96efb14c1b2e225253f22aae7b217fdd48b4cb9f
ealvarez@mozilla.com
Tue Jun 27 11:13:52 2023 +0000 96efb14c1b2e225253f22aae7b217fdd48b4cb9f Emilio Cobos Álvarez — Bug 1840480 - [css-properties-values-api] Enable on nightly. r=zrhoffman,webidl,peterv
Comment 1•1 year ago
|
||
:emilio, since you are the author of the regressor, bug 1840480, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Yeah so this library is using a different codepath for animations based on CSS.registerProperty
presence, and we still haven't implemented interpolation of typed custom properties. Filed a bug for that.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment hidden (advocacy) |
Updated•1 year ago
|
Updated•9 months ago
|
Comment 5•2 months ago
|
||
FWIW, I can't reproduce this. In the linked CodeSandbox, the square does rotate. I see the same behaviour in Firefox 130.0, Firefox Nightly, Chrome stable, and Safari stable. Should this be closed?
The square's background-color doesn't smoothly transition, but it doesn't use a custom property, and this matches all tested browsers, so I'm not sure it's supposed to.
Comment 6•2 months ago
|
||
Yes, this was fixed by bug 1869185 afaict.
Description
•