-
Scale expression
Hi all, this is my first post so i’d like to thank you all for all the useful things read here!
I’ve a problem with a simple expression but i can’t find out how to solve.I need a an element to scale inversely proportional than another element.
The expression works but only for the ‘X’, while for the ‘Y’ it gave me a different result. (the X value minus 100).
Thanks
Andrear = thisComp.layer('R')
sr = r.scaleS = sr + ((200 - sr)/2);
S
