Re: transition using matrix to/from zero values can not be decomposed

On Jun 23, 2013 11:48 AM, "Jon Ronnenberg" <jon.ronnenberg@gmail.com> wrote:
>
> According to Decomposing the Matrix, transitions from matrix(1, 0, 0, 0,
0, 0) to matrix(1, 0, 0, 1, 0, 0) is not possible. This simple transform is
saying an element is zero units high and will become it's full height.
Imagine a slide-down animation.
>
> Due to this, browser vendors can not "fix" this without violating the
specs and web authors have to work around this limitation by using
max-height transitions with guessed maximum height or revert to use
javascript.

That may be true with regards to browser vendors, but web authors can use
the much simpler work around of transitioning scaleY.

Cheers,
    - Shane

> I'm not sure if this is a documentation bug or a spec omission. But I
sincerely hope that this is not the intended behavior.
>
> It should be said that all browsers that supports transform transitions
can animate from matrix(1, 0, 0, 0.0001, 0, 0) to matrix(1, 0, 0, 1, 0, 0).
Webkit does however leave a 1px artifact instead of hiding the element
completely.
>
> Cheers, Jon

Received on Sunday, 23 June 2013 02:32:29 UTC