You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: motion-1/index.bs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Group: fxtf
8
8
Link Defaults: css-shapes-1 (type) <basic-shape>, css-transforms-1 (property) transform/transform-origin
9
9
Editor: Dirk Schulze, Adobe Systems Inc., dschulze@adobe.com
10
10
Abstract: Motion paths allow authors to animate any graphical object along an author specified path.
11
+
Use <i> Autolinks: yes
11
12
</pre>
12
13
13
14
<h2 id="intro">Introduction</h2>
@@ -82,12 +83,12 @@ Values have the following meanings:
82
83
</dd>
83
84
<dt><dfn>path()</dfn> = path(<<string>>)</dt>
84
85
<dd>
85
-
<p>The <<string>> represents an SVG Path data string. The path data string must be conform to the grammar and parsing rules of SVG 1.1 [[!SVG11]]. The initial position is defined by the first “move to” argument in the path string. For the initial direction follow SVG 1.1 [[!SVG11]].
86
+
<p>The <<string>> represents an SVG Path data string. The path data string must be conform to the grammar and parsing rules of SVG 1.1 [[!SVG11]]. The initial position is defined by the first “move to” argument in the path string. For the initial direction follow SVG 1.1 [[!SVG11]].
86
87
<p class="issue">There have been requests to support <<length>> and <<percentage>> units for coordinates as well. Should we support them?
87
88
</dd>
88
89
<dt><<url>></dt>
89
90
<dd>
90
-
References an SVG <a href="">graphics element</a> and uses it's geometry as motion path. See SVG 1.1 for more information about the initial position and initial direction [[!SVG11]].
91
+
References an SVG <a href="">graphics element</a> and uses it's geometry as motion path. See SVG 1.1 for more information about the initial position and initial direction [[!SVG11]].
91
92
</dd>
92
93
<dt dfn-type=value><dfn>none</dfn></dt>
93
94
<dd>No motion path gets created.</dd>
@@ -245,4 +246,4 @@ This is a shorthand property for setting 'motion-path', 'motion-position' and 'm
245
246
<dd>Do nothing.</dd>
246
247
</dl>
247
248
248
-
ISSUE: Do we need to specify an origin of the element in motion so that it can be positioned accordingly before the motion? Something like motion-origin? Should we reuse 'transform-origin'? (Probably not since the ''z'' coordinate doesn't make any sense.)
249
+
ISSUE: Do we need to specify an origin of the element in motion so that it can be positioned accordingly before the motion? Something like motion-origin? Should we reuse 'transform-origin'? (Probably not since the ''z'' coordinate doesn't make any sense.)
0 commit comments