Expression with delay using position
Hi, I have a doubt and im wasting too much time.
First of all, i have this expression:
delay = thisComp.layer("Graphics delay").effect("Slider Control")("Slider"); //
d = delay*thisComp.frameDuration;
thisComp.layer("22%").transform.yPosition.valueAtTime(time - d)
So this expression its working well but i want to increase the value of the position to have the object a little bit up (only 42px up on yposition).
How can i fix that expression to have the delay and the yposition substract working well together?'
Thanks