Scale Shape Layer From Corner Without Distorting Roundness

Published: 19 October 2022
on channel: Motion Caddy
27,165
764

After Effects Tutorial: Learn how to scale or resize a shape layer from the corner or edge, without squashing or distorting the roundness.

Shape layers can be very annoying when it comes to scaling from anywhere but the centre, but in this After Effects tutorial, you'll see how it can be done quickly and easily.

🔔 Subscribe for more tutorials: https://www.youtube.com/c/motioncaddy...

Social Media:
Follow on Instagram:   / motioncaddy  

Expressions:

//Top Right
w = content("Rectangle 1").content("Rectangle Path 1").size[0];
h = content("Rectangle 1").content("Rectangle Path 1").size[1];
[w/2, h/-2]

//Top Left
w = content("Rectangle 1").content("Rectangle Path 1").size[0];
h = content("Rectangle 1").content("Rectangle Path 1").size[1];
[w/-2, h/-2]

//Bottom Right
w = content("Rectangle 1").content("Rectangle Path 1").size[0];
h = content("Rectangle 1").content("Rectangle Path 1").size[1];
[w/2, h/2]

//Bottom Left
w = content("Rectangle 1").content("Rectangle Path 1").size[0];
h = content("Rectangle 1").content("Rectangle Path 1").size[1];
[w/-2, h/2]


Watch video Scale Shape Layer From Corner Without Distorting Roundness online without registration, duration hours minute second in high quality. This video was added by user Motion Caddy 19 October 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 27,165 once and liked it 764 people.