
This lesson clarifies how position values in Rive are relative to the parent's origin. It explains a common pitfall where grouping already-animated objects changes their parent's origin, causing the animation to "break" because keyframes still refer to the old positional offsets.
- Relative Coordinate System: Always remember that coordinates are never "absolute" in Rive; they are always relative to the direct container.
- Command+G Behavior: When you wrap objects in a group, Rive centers the group's origin on the objects, which is what changes the child layers' local position values.
- Empty Groups: Using an empty group at 0,0 is a powerful way to add a layer of organization without disrupting existing animation coordinates.