Make sure we serialize the correct value at 0% or 100% during animation on rotate, translate, and scale
Categories
(Core :: CSS Transitions and Animations, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
References
()
Details
Attachments
(3 files)
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
Both https://github.com/w3c/csswg-drafts/issues/3290 and https://github.com/w3c/csswg-drafts/issues/3305 are in agenda+, so I will try to fix this or update the wpt, based on the CSSWG decision.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
github.com/w3c/csswg-drafts/issues/3290 is resolved. We return the values the animation is working on while the animation is going.
We can update wpt in this bug to reflect the resolution.
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Comment 6•6 years ago
|
||
For interpolations with the primitive rotate3d(), the direction vectors of
the transform functions get normalized first. This should also be applied to
scale property.
https://drafts.csswg.org/css-transforms-2/#interpolation-of-transform-functions
| Assignee | ||
Comment 7•6 years ago
|
||
Comment 11•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/dfb29951d8b0
https://hg.mozilla.org/mozilla-central/rev/3c5118f00c7c
https://hg.mozilla.org/mozilla-central/rev/3779e7b766fd
Description
•