Re: Comments on CSS Transitions

David Hyatt:
>> My own preference would be (for simplicity) to just stick with
>> transitioning on the computed value and to just say "Tough" to people
>> who want to animate width this way, but maybe others disagree.  We
>> continue to get bugs in WebKit from confused people trying to animate
>> auto widths to fixed values (or percents to fixed values) and not
>> understanding why it doesn't work.

One could use the calc() function to create computed values in pixels,  
right? Would that work? Something like calc(0px + 100%) if you want to  
transition from percent to some pixel value? 
   

Received on Saturday, 28 February 2009 02:29:36 UTC