Re: [css-transforms] Scale property

> On Jun 17, 2015, at 3:56 AM, Shane Stephens <shans@google.com> wrote:
> 
> Do you think it's OK that 'scale: 2' becomes 'scale: 2 2' but not 'scale: 2 2 2'?
> 
> Generally we want to avoid promoting to 3D transforms unless required to.

These translate/rotate/scale properties are only going to set 2d transforms, right?
So it would be equivalent to transform: scale(2,2).

Simon

Received on Wednesday, 17 June 2015 16:33:58 UTC