Skip to content

Commit 5d3d2f6

Browse files
ericwilligerstabatkins
authored andcommitted
[css-grid] grid and grid-template are animatable
'grid-template-columns' and 'grid-template-rows', are animatable, as simple lists of length, percentage, or calc. https://drafts.csswg.org/css-grid/#propdef-grid-template-columns Thus the shorthands 'grid' and 'grid-template' https://drafts.csswg.org/css-grid/#propdef-grid https://drafts.csswg.org/css-grid/#propdef-grid-template can also animate. resolves w3c#1794
1 parent 232957f commit 5d3d2f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-grid/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,7 @@ Explicit Grid Shorthand: the 'grid-template' property</h3>
19591959
Percentages: see individual properties
19601960
Media: visual
19611961
Computed value: see individual properties
1962+
Animatable: see individual properties
19621963
</pre>
19631964

19641965
The 'grid-template' property is a <a>shorthand</a> for setting
@@ -2330,6 +2331,7 @@ Grid Definition Shorthand: the 'grid' property</h3>
23302331
Percentages: see individual properties
23312332
Media: visual
23322333
Computed value: see individual properties
2334+
Animatable: see individual properties
23332335
</pre>
23342336

23352337
The 'grid' property is a <a>shorthand</a> that sets

0 commit comments

Comments
 (0)