-
Easing back Shape layer Trim path Expression
Hi,
Please is possible for this expression on Trim path End properties to be adjusted that after it eases from 0 to 100, it will hold the 100 for 5 seconds then it will ease back from 100 to 0?
ThanksRegards
ObedminDur = 1;
maxDur = 5;
seedRandom(100,true);
dur = random(minDur,maxDur);
t = time - inPoint;
ease(t,0,dur,0,100);