Skip to main content
Participant
September 2, 2022
Question

How to synchronize layer position variation in After Effects?

  • September 2, 2022
  • 2 replies
  • 192 views

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.


This topic has been closed for replies.

2 replies

Dan Ebberts
Community Expert
Community Expert
September 3, 2022

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)

 

Community Expert
September 2, 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.