|
|
I have a 'control' layer that I'm using ramp down the value of a wiggle on various layers. Currently the wiggles ramp down all at the same time. I want to stagger this ramping down. If each layer's animation was driven by it's own keys, I could simply slide layers forward and backward in the timeline, but I can't here, because regardless of their in-point, they're tied to my control layer's time. Is there any way i can add the in-point of my slave layers time to achieve this effect?
currently the position prop of my slave layers have this simple expression:
amp = thisComp.layer("control").effect("amp")("Slider"); freq = thisComp.layer("control").effect("freq")("Slider");
wiggle(freq,amp)
I'm thinking something like ".valueAtTime + inPoint" ... ?
|
|