-
Linking a keyframe to a specific slider control value
Hello again:
so here is what i got
i got an ellipse shape with trim paths which contains two keyframes
the first one has the the value 0 the second one should be the value a slider control has at this time and keep it for the rest of the compi tried this expression:
if (numKeys > 1){
t1 = key(1).time;
t2 = key(2).time;
v1 = 0;
v2 = effect("Slider Control")("Slider");
linear(time,t1,t2,v1,v2);
}else
valuebut it doesnt work because the slider control itself has no changing value