There is a problem!
If I use this expression
timeToStart = inPoint;
t = time - timeToStart;
if (t > 0){
k=324;
a=5;
b=12;
x=k*(1-Math.exp(-a*t)*Math.cos(b*t));
[x,x]
}else
value;
at the first frame the scale is at 100% but it must to be at 0%!
Can you help me??