Scale Shape Layer From Corner Without Distorting Roundness

Опубликовано: 19 Октябрь 2022
на канале: 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]


Смотрите видео Scale Shape Layer From Corner Without Distorting Roundness онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Motion Caddy 19 Октябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 27,165 раз и оно понравилось 764 людям.