Moving a layer in a perfect circleYou can create an expression without using properties from other layers. For example, you can make a layer revolve in a perfect circle or move back and forth diagonally. To create a circular movement in one layer:
add([this_comp.width/2, this_comp.height/2], [Math.sin(time)*50, -Math.cos(time)*50]) |