-
Pause keyframe animation at marker
This seems like something that would have been answered already, but I couldn’t find it. I have some tracking keyframes on some footage (for stabilization) and I want to pause that animation at a layer marker. Basically the expression should say something like this:
if the current time <= marker time, just use the keyframe animation;
else just display the value at the markerI tried my hand at writing this and couldn’t get it working.