-
Expression controls final keyframe value
I’m building a graph template. I’m wanting to animate the y scale of the column shape layer, to which the y is already linked to an expression, which is subsequently linked to a slider. The slider controls the height of the shape/column and I would like to animate it so that no matter what value is placed in the slider, it still animates to the correct value. Basically I need to somehow have the slider value always be the value in last keyframe.
Any ideas will be greatly appreciated
My current y expression is as follows:
x=100;
y=(thisComp.layer("GRAPH CONTROLLER").effect("Graph")("Column 1"));
[x,y]Many thanks 🙂