- From: Tony Chang <tony@chromium.org>
- Date: Thu, 6 Oct 2011 16:51:57 -0700
- To: www-style@w3.org
Received on Thursday, 6 October 2011 23:52:23 UTC
What should happen if we try to use a CSS transition between two different flex() values? I made a small demo in javascript that scales each value independently (pos flex -> pos flex, neg flex -> neg flex, preferred size -> preferred size) and it seems to behave reasonably. I just wanted to make sure this is something we want to support. Also, it seems like transitioning from a fixed length to a flex() value should just treat the fixed length as flex(0 0 [fixed length]). Does that seem reasonable as well? Thanks, Tony
Received on Thursday, 6 October 2011 23:52:23 UTC