multiple valueAtTime() on one layer?
Firstly, I'm having a hard time explaining tihs, which is probably why I can't seem to figure this out. Hoping someone can guide me towards a better method.
I've got three null layers with some eased moves on them. Each one is intended to be a camera move from the first keyframe to the second. The positions for the keyframes on each of the three nulls are pulled from other parts of the comp, and will change as other things change. This is why I'm not just directly keyframing the camera moves on it's own layer.
I'm hoping to create a keyframe-less camera null where I can assign markers. Marker 1 does the move from null 1. Marker 2 from null 2 and Marker 3 from null 3.
I understand that if I had only one move, I could valueAtTime() it to the null, and be done. But I can't figure out how to do this with multiple markers.
My best idea is to create three cameras, and each one "takes over" where the last one left off with it's own valueAtTime(), but I feel like this should be possible on one layer.
Thanks
