-
Need to mix a linear expression with a time offset from another comp expression
Could anyone help me combine this two expressions together?
Basically I need a linear expression to occur based on the keyframes from another comp. However the inside comp it’s a seamless particle loop, so while it’s ten second long, the in point in the outer comp is at the 5 second mark.
Does this make sense?
Thanks everyone.
D.C = comp("poster-el protector COMPED");L = C.layer("poster-el protectorAE2");
ctrl = C.layer("poster-el protectorAE2").effect("FL Out Of Focus")("radius");k1=C.layer("poster-el protectorAE2").effect("FL Out Of Focus")("radius").key(1).value;
k2=C.layer("poster-el protectorAE2").effect("FL Out Of Focus")("radius").key(2).value;ctrl.valueAtTime(time+L.startTime)
linear(ctrl,k1,k2,k2,k1);