Delays a property’s value based on another layer's animation.
thisComp.layer(index-1).transform.rotation.valueAtTime(time - 0.5)
Offsetting a child layer’s position by 100 pixels relative to its parent.
Increasing the scale of a child layer by 10% compared to its parent layer.
Linking a child layer’s position to its parent with a slight offset to create a trailing effect.
Aligns other elements (like icons or graphics) to the exact center of a dynamically sized text box, keeping the layout balanced.
Automatically resizes a background box to fit around changing text, ensuring consistent padding for labels, buttons, or captions.
Adding 45 degrees to the parent layer’s rotation to ensure the child rotates at an offset angle.