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

Bargraph 2 Shape animation

New Here ,
Apr 21, 2022 Apr 21, 2022

I have a bar graph and I am trying to animate it. So the red shape scales larger from left to right and I have another shape light pink that I want to stay the same size but move with the red shape as it scales up. Any suggestions?

I attached an image of the bar graph. 

 

Thanks

TOPICS
How to
190
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
LEGEND ,
Apr 21, 2022 Apr 21, 2022

Simply connect the X position of the pink square to the X size of the red square or multiply it with the scale. Something like so:

 

mRed=content("Rectangle 1");

mSize=mRed.content("Rectangle Path 1").size[0];

mScale=mRed.transform.scale[0];

 

//size

X=mSize

//scale

X=mSize*mScale/100;

 

[X,value[1]]

 

This basic code assumes everything is properly alligned and zeroed out. if that's not the case, extra bits may be needed to account for position offsets and such. Code not tested, typed up on the fly away from AE.

 

Mylenium

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
New Here ,
Apr 21, 2022 Apr 21, 2022

How would I connect it? I apologize I still a little new to AE

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
New Here ,
Apr 21, 2022 Apr 21, 2022

Any suggestions or help, trying to figure this out. Thanks

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
LEGEND ,
Apr 22, 2022 Apr 22, 2022
LATEST
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