I apologize right away for asking such a novice question, but I can't find a quick answer in the Help doc and I'm under a time constraint. I have applied an effect (specifically the Wiggle-Rotation) to 4 layers simultaneously. I want that effect to stop after a few seconds with the 4 layers all at their original 'start' point.
Can someone tell me is this possible and if so how?
TIA from a very, very novice AE user.
jd
You apply an expression slider to the amplitude of the wiggle():
wAmp=thisComp.layer("XYZ").effect("Slider");
wiggle(0.5,wAmp)
Then you simply animate the slider.
Mylenium