Copy link to clipboard
Copied
Hi,
I want to animate the path of the Cell according to the null's position. Is there any way I can do that?
I dnt wanna do it manually for losing the synchronicity or rythm. I wanna match the path movement animation extactly according to the null animation. when The null is away the cell should be a bit bigger in scale and when the null is compressed the path should be small. I tried connecting path's scale property with null's scale. the result is psychotic. Please help me. Please.
I want to connect the cell's path with the null's position
path's scale property connected with null's scale
Doesn't it work to just tie the scale of the Group or Shape to the scale of the null?
thisComp.layer("NULL").transform.scale
Copy link to clipboard
Copied
Doesn't it work to just tie the scale of the Group or Shape to the scale of the null?
thisComp.layer("NULL").transform.scale
Copy link to clipboard
Copied
😮 😮 😮 😮 You are so right! This works!! how come I didnt think of that!!! 😮 😮 😮 Thank you so much.