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

How to synchronize layer position variation in After Effects?

New Here ,
Sep 01, 2022 Sep 01, 2022

I will briefly explain my question.


I want to use the wiggle expression on the circle shape layer 1 and I want the circle shape layer 2 to synchronize the position change with the circle shape layer 1. That way both circular layers would float synchronously, but in different positions.


TOPICS
Expressions
148
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
Community Expert ,
Sep 01, 2022 Sep 01, 2022

Wiggle layer 1, then make Layer 2 the child of layer 1. Use the dropdown menu or the pickwhip in the Parent/Link column of the timeline. (Shift + F4 shows and hides the column)

 

Or, put both circles on the same shape layer. 

 

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
Community Expert ,
Sep 03, 2022 Sep 03, 2022
LATEST

In addition to Rick's excellent suggestions, if you want circle shape layer 2 to keep its own keyframed/expression motion but also inherit the motion of circle shape layer 1, you could use a position expression like this:

p = thisComp.layer("circle shape layer 1").transform.position;
value + p - p.valueAtTime(0)

 

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