Activity › Forums › Adobe After Effects › Tapering off the ‘Wiggle Expression’…
-
Tapering off the ‘Wiggle Expression’…
Posted by Mark Pybus on March 27, 2008 at 8:43 pmOne more question…
Is there a relatively simple way to taper off a wiggle expression on a camera?
Thanks.
G5 Dual 1.8, 1.5GB RAM
Mark Pybus replied 18 years, 1 month ago 2 Members · 4 Replies -
4 Replies
-
Darby Edelen
March 27, 2008 at 9:16 pm[Mark Pybus] “Is there a relatively simple way to taper off a wiggle expression on a camera? “
You can link the frequency and amplitude of the wiggle to slider expression controls (Effect > Expression Controls > Slider) and keyframe them down to 0.
f = thisComp.layer("Control Null").effect("Frequency")(1);
a =thisComp.layer("Control Null").effect("Amplitude")(1);
wiggle(f,a);
In the above code there are 2 slider controls applied to ‘Control Null,’ one is named ‘Frequency’ and the other is ‘Amplitude.’ The values of these sliders define the frequency and amplitude of the wiggle.
Darby Edelen
Designer
Left Coast Digital
Santa Cruz, CA -
Mark Pybus
April 2, 2008 at 2:32 pmHi Darby,
I’m having a few issues with using the slider to control camera wiggle.
My camera has a wiggle expression attached to position wiggle(.5,20). I’ve created a null and have added a slider to which I have added your expression. When I pick-whip the wiggle expression to the slider I get an error.
Any tips.
Thanks again.
G5 Dual 1.8, 1.5GB RAM
-
Mark Pybus
April 2, 2008 at 2:33 pmHi Darby,
I’m having a few issues with using the slider to control camera wiggle.
My camera has a wiggle expression attached to position wiggle(.5,20). I’ve created a null and have added a slider to which I have added your expression. When I pick-whip the wiggle expression to the slider I get an error.
Any tips.
Thanks again.
G5 Dual 1.8, 1.5GB RAM
Reply to this Discussion! Login or Sign Up