-
Using a slider to control key frames but I also want to add bounce expression?
Hi there,
Im using this expression to control the second value key frame
if (numKeys > 1){
t1 = key(1).time;
t2 = key(2).time;
v1 = 0;
v2 = comp(“INPUT”).layer(“CONTROL”).effect(“Zoom intensity”)(“Slider”);
linear(time,t1,t2,v1,v2);
}else
valueBut I would also like to have the bounce expression added to the key frames.. Is this possible?
Thanks in advance
James