Re: [css3-transitions] grid property is animatable?

On 26/03/2011, at 3:40 AM, Andrew Fedoniouk wrote:

> From: Alex Mogilevsky
> Sent: Thursday, March 24, 2011 5:45 PM
> To: www-style list
> Cc: Kevin Babbitt ; Phil Cupp
> Subject: [css3-transitions] grid property is animatable?
>  
> css3-transitions [1] has “grid-*” in the list of animatable properties. What is the thinking on which grid properties could animate, and what it means?
>  
> http://dev.w3.org/csswg/css3-transitions/
>  
> grid-column/row widths/height I think.
>  
> For example transition from this:
>    body { grid-columns: * 200px *; }
> to this:
>    body { grid-columns: * 700px *; }
>  
> makes sense as far as I can tell.

Right. Any property that is a number, length, angle, time, etc should be animatable. Performance may be horrible in some cases (eg. changing the size of grid columns).

Dean

Received on Saturday, 26 March 2011 00:09:42 UTC