- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Wed, 04 Oct 2023 20:03:50 +0000
- To: public-css-archive@w3.org
flackr has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-grid-2] Animation / interpolate grid-auto-columns and grid-auto-rows == In #3201 there were specific animation type rules added for `grid-template-columns` and `grid-template-rows`. In https://crbug.com/1365967 @bramus raised a use case where it would be nice to interpolate `grid-auto-columns` and `grid-auto-rows`. It doesn't look like any browser supports this today, based on my [simple demo](https://codepen.io/flackr/pen/jOXexzJ) but I don't see why we shouldn't support interpolating the auto properties as well. Given the syntax is only `<track-size>+` I think the animation type may need to be: ``` Animation type: if the list lengths match, by computed value type per item; discrete otherwise ``` Unless per item animation is already implied by the animation type of a list of track sizes? @fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9440 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 4 October 2023 20:03:52 UTC