Re: [css-flexbox] spec still disallows animation between "flex-grow: 0" and other values

On Tue, Apr 15, 2014 at 5:41 PM, Daniel Holbert <dholbert@mozilla.com> wrote:
> I just noticed that the flexbox spec still disallows animating between 0
> flexibilities and other values, even though the updated "resolving
> flexible lengths" algorithm removes the mathematical discontinuity
> there. (so, there's no more reason for the prohibition)
>
> Specifically, both of these sections...
>   http://dev.w3.org/csswg/css-flexbox/#flex-grow-property
>   http://dev.w3.org/csswg/css-flexbox/#flex-shrink-property
> ...currently say the following:
>  # Animatable:  yes, except between '0' and other values
>
> Presumably that should change to "yes" [dropping the caveat]?

Yup!  Fixed, thanks.

~TJ

Received on Wednesday, 16 April 2014 16:05:27 UTC