Skip to content

Commit e350fcc

Browse files
committed
[css-flexbox] Use 'Animation type'.
1 parent a400477 commit e350fcc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ Display Order: the 'order' property</h3>
12001200
Inherited: no
12011201
Computed value: specified value
12021202
Media: visual
1203-
Animatable: yes
1203+
Animation type: integer
12041204
</pre>
12051205

12061206
The 'order' property controls the order in which
@@ -1661,7 +1661,7 @@ The 'flex-grow' property</h4>
16611661
Inherited: no
16621662
Computed value: specified value
16631663
Media: visual
1664-
Animatable: yes
1664+
Animation type: number
16651665
</pre>
16661666

16671667
Advisement: Authors are encouraged to control flexibility using the 'flex' shorthand
@@ -1684,7 +1684,7 @@ The 'flex-shrink' property</h4>
16841684
Inherited: no
16851685
Computed value: specified value
16861686
Media: visual
1687-
Animatable: yes
1687+
Animation type: number
16881688
</pre>
16891689

16901690
Advisement: Authors are encouraged to control flexibility using the 'flex' shorthand
@@ -1708,7 +1708,7 @@ The 'flex-basis' property</h4>
17081708
Computed value: as specified, with lengths made absolute
17091709
Percentages: relative to the <a>flex container's</a> inner <a>main size</a>
17101710
Media: visual
1711-
Animatable: as 'width'
1711+
Animation type: as 'width'
17121712
</pre>
17131713

17141714
Advisement: Authors are encouraged to control flexibility using the 'flex' shorthand

0 commit comments

Comments
 (0)