Skip to content

Commit 1ce7cf4

Browse files
dirkschulzesvgeesus
authored andcommitted
Editorial: Replace animatable by Animation type
1 parent 15965b7 commit 1ce7cf4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

motion-1/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Inherited: no
110110
Percentages: n/a
111111
Computed value: as specified
112112
Media: visual
113-
Animatable: as <<angle>>, <<basic-shape>> or <a href="#offsetpath-pathfunc">path()</a>
113+
Animation type: by computed value
114114
</pre>
115115

116116
Specifies the <a>offset path</a>, a geometrical path the box gets positioned on. An <dfn>offset path</dfn> is either a specified path with one or multiple sub-paths or the geometry of a not styled basic shape.
@@ -435,7 +435,7 @@ Inherited: no
435435
Percentages: refer to the total path length
436436
Computed value: For <<length>> the absolute value, otherwise a percentage.
437437
Media: visual
438-
Animatable: yes
438+
Animation type: by computed value
439439
</pre>
440440

441441
Specifies the position of the box as a distance along the <a>offset path</a>.
@@ -597,7 +597,7 @@ Media: visual
597597
Inherited: no
598598
Percentages: Refer to the size of containing block
599599
Computed value: For <<length>> the absolute value, otherwise a percentage.
600-
Animatable: as <a href="https://www.w3.org/TR/css3-transitions/#animtype-lpcalc">position</a>
600+
Animation type: by computed value
601601
</pre>
602602

603603
Specifies the ''initial position'' of the <a>offset path</a>. If 'position' is specified with ''static'', 'offset-position' would be ignored.
@@ -834,7 +834,7 @@ Media: visual
834834
Inherited: no
835835
Percentages: Relative to the width and the height of a box
836836
Computed value: For <<length>> the absolute value, otherwise a percentage.
837-
Animatable: as <<position>>
837+
Animation type: by computed value
838838
</pre>
839839

840840
Defines an <a>anchor point</a> of the box positioned along the <a>offset path</a>. The <dfn>anchor point</dfn> specifies the point of the box which is to be considered as the point that is moved along the <a>offset path</a>.
@@ -1028,7 +1028,7 @@ Inherited: no
10281028
Percentages: n/a
10291029
Computed value: computed <<angle>> value, optionally preceded by auto
10301030
Media: visual
1031-
Animatable: yes
1031+
Animation type: by computed value
10321032
</pre>
10331033

10341034
Defines the orientation of the box while positioning along the <a>offset path</a>.
@@ -1194,7 +1194,7 @@ Inherited: no
11941194
Percentages: see individual properties
11951195
Computed value: see individual properties
11961196
Media: visual
1197-
Animatable: see individual properties
1197+
Animation type: see individual properties
11981198
</pre>
11991199

12001200
This is a shorthand property for setting 'offset-position', 'offset-path', 'offset-distance', 'offset-rotate' and 'offset-anchor'. Omitted values are set to their initial values.

0 commit comments

Comments
 (0)