Copy link to clipboard
Copied
Hi,
Can anyone help me create this...
I want to have a travel route which has a circle travelling along the path but I want that circle to be fixed/stationery in the middle of the animation and for the route to moved around it. Kind of like if you put your finger on the start point of a map and then instead of moving your finger you moved the map beneath it with your finger always in the same position.
Copy link to clipboard
Copied
The expressions would look something like this:
// Map Layer Anchor Point
thisComp.layer("Trace Route: Path 1 [1.1]").transform.position
// Map Layer Rotation
value - thisComp.layer("Trace Route: Path 1 [1.1]").transform.rotation
The map rotation may be a bit much, or it may not be needed, so you can turn off the expression or just animate the rotation of the Map layer by hand.
Now that you have a stationary pointer, a moving map, and maybe Map Path, create a new composition with the frame size you need and add the Map comp. The last step is to visually line up the pointer in the new main comp so that it is where you want it to be.