So I've created a new canvas, lets say 200x200, and then I've created a relatively simple animation in there and that is complete. But now, I need to add some new animation routines to the left of the existing animations, so I need to add more empty space.
So I've added the extra 200px using the screen size dimensions, but it always puts the new area to the right of the existing animations. Additionally if I try to select all and move everything over the motion paths stay true to their origins and the animation is borked.
Is there a way to add new canvas space, but select the origin point? Ideally, all I need is 200px to the LEFT of my existing work? HOW DO??