Any element can be assigned a parent element. Once parented, the child's transforms are computed relative to the parent's transforms. When the parent moves, rotates, or scales, the child moves with it automatically.
Setting a parent:
Removing a parent: Set the Parent to "None" in the dropdown.
A Null Object is an invisible, non-rendering element that exists solely as an animation target for parenting.
Creating a Null: Insert -> Null Object or Ctrl+Shift+N
Null objects are displayed as a small crosshair on the canvas in design mode but are invisible in export.
Use cases for nulls:
When a parent is animated:
Example:
Freeze Transform bakes the current effect of a parent's transform into the child as local values, then removes the parent relationship.
Animation -> Freeze Transform
Use when you want to "lock in" a hierarchical result and then work independently from the parent.