Open
Bug 1566969
Opened 5 years ago
Updated 2 years ago
[css-grid] Support animations for grid-auto-{rows|columns}
Categories
(Core :: CSS Transitions and Animations, enhancement, P3)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
(Blocks 1 open bug)
Details
Per the spec, the implicit track sizing properties, grid-auto-rows
and grid-auto-columns
are animatable by the computed values.
Reporter | ||
Updated•5 years ago
|
Summary: [css-grid] Support animations for grid-{auto-rows|columns} → [css-grid] Support animations for grid-auto-{rows|columns}
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 1•2 years ago
|
||
Note that we are still using discrete
animation type for these two properties, so transition-property: all
doesn't include these two properties, after landing Bug 1805727.
You need to log in
before you can comment on or make changes to this bug.
Description
•