Closed
Bug 1429301
Opened 7 years ago
Closed 6 years ago
Implement offset-rotate for motion path
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
References
(Blocks 2 open bugs, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 2 obsolete files)
We implement offset-rotate [1] in this bug. offset-rotate defines the orientation of the box while positioning along the offset-path.
offset-rotate is an animatable property, but for simplicity, we could make it non-animatable for now.
Note:
The computed value of offset-rotate doesn't need to store "reverse" because "reverse <deg>" is immediately converted to "auto <180+deg>", so the interpolation and property equality code never needs to consider "reverse".
[1] https://drafts.fxtf.org/motion-1/#offset-rotate-property
Updated•7 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•7 years ago
|
Assignee: boris.chiou → nobody
Status: ASSIGNED → NEW
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → boris.chiou
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Comment hidden (obsolete) |
Assignee | ||
Updated•6 years ago
|
Attachment #9066898 -
Attachment description: spec issue, #340 → https://github.com/w3c/fxtf-drafts/issues/340
Assignee | ||
Updated•6 years ago
|
Attachment #9066898 -
Attachment is obsolete: true
Assignee | ||
Updated•6 years ago
|
See Also: → https://github.com/w3c/fxtf-drafts/issues/340
Updated•6 years ago
|
Attachment #9066843 -
Attachment description: Bug 1429301 - Part 1: Implement offset-rotate in style system. → Bug 1429301 - Implement offset-rotate.
Updated•6 years ago
|
Attachment #9066844 -
Attachment is obsolete: true
Pushed by bchiou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae71e496d587
Implement offset-rotate. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/16987 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Upstream PR merged
Comment 9•5 years ago
|
||
The docs are finished for Motion Path, for now. See https://github.com/mdn/sprints/issues/1961#issuecomment-526318438 for the specifics of what I've done.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•