Skew a Div

400 views
Skip to first unread message

warren...@egplusww.com

unread,
Feb 11, 2016, 11:19:39 AM2/11/16
to Google Web Designer beta
I know you can do this in CS 3:

#skew {
-webkit-transform:skew(30deg);
-moz-transform:skew(30deg);
-o-transform:skew(30deg);
-ms-transform:skew(30deg);
transform:skew(30deg);
}

But how do i skew an object on the stage?

I can only find scale, rotate etc.

Thanks

Warren

warren...@egplusww.com

unread,
Feb 12, 2016, 12:25:51 PM2/12/16
to Google Web Designer beta
Bump

Google Web Designer beta

unread,
Feb 12, 2016, 12:42:39 PM2/12/16
to Google Web Designer beta
Hello Warren,

Thank you for using Google Web Designer.

Currently our transform tool does not support skewing elements, but as you mentioned, you can add that to the style in Code View.
Alternatively, when you select an element, open CSS panel and add a new rule such as

transform:skew(30deg, 30 deg);

then, you will immediately see the change on the stage.

Thanks,
Mariko (GWD team)

warren...@egplusww.com

unread,
Feb 16, 2016, 12:26:22 PM2/16/16
to Google Web Designer beta
Perfect.

Thankyou

Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages