Delay Follow

Creates a delayed follow motion relative to a target layer.

Code

delay = 0.5;
target = thisComp.layer("Target");
target.position.valueAtTime(time - delay)
delaypositionanimation

How to Use

Apply this to the Position property to have one layer follow another with a slight delay. Make sure to rename the target layer to 'Target' or adjust the expression accordingly.