Hi,
Does anyone have an idea how to use this expression in and out? (actually it works for IN, but i don’t know how to re-use it to make scale up at the end…)
Thanks
startScale = 300; // percent of Scale at start
endScale = 100; // percent of Scale at end
scaleUpTime = 1; // time to scale up from inPoint in seconds
s = ease(time,inPoint,inPoint+scaleUpTime,startScale,endScale);
[s,s]