← Back
Editing & Post-Production

Anchor-point changes alter an existing animation because transforms were not compensated before repositioning.

Problem

Anchor-point changes alter an existing animation because transforms were not compensated before repositioning.

Solution

Root Cause / Diagnostic:
In digital compositing, layer position is defined as the coordinate location of the layer's anchor point within parent composition space. When an editor moves the anchor point on a layer that already has position keyframes, the visual artwork immediately shifts relative to the sequence frame by an offset equal to the anchor delta. This invalidates all downstream spatial trajectories, causing rotation centers and motion paths to become wildly misaligned.

Actionable Fix:
1. Use the Pan Behind / Anchor Point Tool (Y shortcut in After Effects) to move the anchor point, which automatically injects compensatory position offsets to preserve visual placement.
2. For programmatic keyframing, calculate the delta: new_pos = old_pos + (new_anchor - old_anchor) and apply the correction across all existing position keyframes.
3. Scrub through the animation cycle to verify that layer trajectories, scale expansions, and rotational centers operate around the intended axis without positional jumps.

Pro Tip:
Always establish layer anchor points (e.g., bottom-center for popups, left-center for lower-thirds) before setting any transform keyframes, or parent the artwork to an un-animated null object to govern rotational pivots.