-
Changing the target layer with keyframes (thisComp.layer(“CHANGE THIS LAYER OVER TIME”).transform.position)
Hi all,
I’ve got a 2d array of graphics, and I’d like the camera to change it’s position to different graphics, panning across the other graphics as it does so (so not like an instant change in position, but a movement).
The camera is paired to a null object, and I can change the position of the null object to match a layer. However, I can’t figure out how to keyframe what layer it’s matching up to.
Like the title says, in my head it would look something like this.
thisComp.layer("CHANGE THIS LAYER OVER TIME").transform.positionThanks for your help!