-
Incrementally increase position.
Anyone know a way to obtain the value of the possition one frame in history? I can’t figure out a way to do this. I previously avoided doing this but that resulted in a history dependent expression that is very hard to alter.
All i need is:
5+transform.xPosition.valueAtTime(time-1*thisComp.frameDuration);The problem with that is that, it doesn’t work.
I’ve spent countless hours trying to figure this out and I cant find a solution.