-
How to easein/out with expression when position keyframe is linked to slider control by expression ?
Hi,
My Question is a bit complex, please help me to solve my problem.
I have linked my Y position key frame with following expression
if (numKeys > 1){
t1 = key(1).time;
t2 = key(2).time;
v1 = effect(“Slider Control2”)(“Slider”);
v2 = effect(“Slider Control”)(“Slider”);
ease(time,t1,t2,v1,v2);
}else
valuebut i want to have control with slider for amount of easeIn and Out.
Can any one tell me what should i do to have control of amount of easeIn and Out in this situation.
Thanks.
Sorry, there were no replies found.