Open
Bug 1186329
(motion-1)
Opened 9 years ago
Updated 3 months ago
[META] Implement Motion Path Module Level 1
Categories
(Core :: Layout, enhancement, P3)
Core
Layout
Tracking
()
NEW
People
(Reporter: yiorsi, Unassigned)
References
(Depends on 16 open bugs, Blocks 2 open bugs, )
Details
(Keywords: dev-doc-needed, DevAdvocacy, meta, Whiteboard: [DevRel:P2])
Attachments
(1 file)
173.94 KB,
image/png
|
Details |
Comment hidden (obsolete) |
The editors' draft specification is available at
http://dev.w3.org/fxtf/motion-1/
Motion paths allow authors to animate elements along an author-specified path.
Motion path animation provides an easy way for authors to declaratively specify animation of an element along a sequence of lines, arcs or splines. This is a CSS equivalent to the animateMotion tag, but for all HTML and SVG elements. (animateMotion only works with SVG elements, and only in browsers that support SMIL.)
The following CSS properties are implemented and proposed for shipping:
motion-path: none | path(<string>)
motion-offset: <length> | <percentage>
motion-rotation: [ auto | reverse ] && <angle>
motion: <motion-path> && <motion-offset> && <motion-rotation>
When the motion-offset property is animated, for example using Web Animations, the element moves along the path.
When motion-rotation is 'auto' (the default), the element automatically rotates as it follows the path.
The following motion-path options from the spec are not implemented or proposing for shipping at this time: <url> , <basic-shape> , <geometry-box> , path <fill-rule>
Updated•9 years ago
|
Severity: normal → enhancement
Component: Untriaged → CSS Parsing and Computation
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Version: 42 Branch → Trunk
Updated•9 years ago
|
Keywords: dev-doc-needed
Updated•9 years ago
|
Comment 3•9 years ago
|
||
(In reply to percyley from comment #2)
> @Astley Chen Are you going to support this feature?
It's under consideration now, would you like to share your thoughts against the spec stability and current support level of browsers ? Your feedback is welcome.
Chrome 46+ and Opera 33+ support this, but not fully supported.
They only support motion-path: none|path(). See https://bug1186329.bmoattachments.org/attachment.cgi?id=8753754
I think the next CSS specification will have more SVG features, developers are also very much look forward to these characteristics, such as the recent mozilla implementation of the background-clip: text.
There were significant changes to this specification agreed at the CSS working group's face-to-face meeting last week, to merge this specification with the polar positioning feature in CSS round display. We should wait until those changes shake out before working on an implementation here.
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
The specification has now been greatly changed:
motion-offset -> offset-distance
motion-path -> offset-path
motion-rotation -> offset-rotation
motion -> offset
Add:
offset-position
offset-anchor
offset-path(motion-path) add <angle> and <size>
Chrome has fully implemented the new specification: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/o1C5NzGf9Q0/sbaLF1MbAgAJ
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
Keywords: DevAdvocacy
Whiteboard: [DevRel:P2]
Comment 9•7 years ago
|
||
(In reply to percyley from comment #8)
> Chrome has fully implemented the new specification:
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/o1C5NzGf9Q0/
> sbaLF1MbAgAJ
As far as I can see, Chrome doesn't support the 'offset' shorthand as defined in the spec. yet.
Sebastian
Blocks: all-css-modules
Summary: Support CSS motion path animation → [META] Implement Motion Path Module Level 1
Updated•7 years ago
|
Alias: motion-1
Comment 10•7 years ago
|
||
I'm working on this recently, and will file some bugs later. All my plans and ideas are in [1]. According to [1], I'd like to implement the following properties:
1. offset-path: path()
2. offset-distance
3. offset-rotate
Just as Chrome did at first. Also, we have to make offset-distance and offset-rotate animatable, so the basic target of motion-path could be achieved. After that, we could keep working on other values of offset-path (e.g. ray(), basic-shapes), and support offset-position and offset-anchor.
[1] https://public.etherpad-mozilla.org/p/motionpath
Updated•5 years ago
|
See Also: → https://bugs.webkit.org/show_bug.cgi?id=203847
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Blocks: interop-2023
Comment 11•2 years ago
|
||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.