-
multiple expressions on one parameter?
Hi all
I have a series of rectangles that scale up horizontally, using a delay. All working fine.I’m struggling to then, after a period of about 5 seconds, scale them down vertically.
Any help appreciated
Russdelay = thisComp.layer("Controls").effect("delayAmt")("Slider");
d = delay*index;
t = time-d;
exp =thisComp.layer("Controls").effect("scale")("Slider").valueAtTime(t);
[exp,100]
Sorry, there were no replies found.