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

  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.

 

-- 
Andrew Fedoniouk

http://terrainformatica.com

 

Received on Friday, 25 March 2011 16:41:19 UTC