
category:
Delay a layer's Position from its Parent
use:
position
// Set a delay amount in frames
var delay = 5;
// Shift the layer's Position in time based on delay
parent.fromComp( toComp( anchorPoint, time - framesToTime( delay ) ) );
Tutorials
empty

support: volumebg@karolin.media