
Create a trailing rotation effect for a layer using the Look At expression. It enables a layer to follow and orient itself toward another target layer, producing dynamic and realistic animation. Typically, this expression is applied to the Rotation property.
Target = thisComp.layer(“targetLayer”);
delta = thisLayer.toComp([0,0]) – Target.toComp([0,0]);
delta = thisLayer.toComp([0,0]) – Target.toComp([0,0]);
