Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to write expression in such case - 13 ( path to sacle expression)

Enthusiast ,
Apr 13, 2025 Apr 13, 2025

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 positionI want to connect the cell's path with the null's positionpath's scale property connected with null's scalepath's scale property connected with null's scale

 

TOPICS
Expressions , How to
105
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 13, 2025 Apr 13, 2025

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
Translate
Community Expert ,
Apr 13, 2025 Apr 13, 2025

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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Apr 14, 2025 Apr 14, 2025
LATEST

😮 😮 😮 😮 You are so right! This works!! how come I didnt think of that!!! 😮 😮 😮 Thank you so much. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines