-
Parent and Expressions
Hi all
I have a simple animation on a solid layer’s position using “linear(time, 0, 3, [0,0], [500,500])”. (I must have the Position nim and max amount accurate coordinates.)
When I parent this layer to a null, position changes (anchorPoint of the null will become the center of animation on solid [0,0], and it disregards the native position of the layer)How could I use expressions in a way that parent works like its keyframed animation (Solid layer stays in its place)?
Thanks a lot
a = [0,0];
b = [500,500]c = linear(time,0,3,a,b);