Creative Communities of the World Forums

The peer to peer support community for media production professionals.

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 pm

    One 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

    March 28, 2008 at 5:56 pm

    That’s fantastic! Thanks.

    G5 Dual 1.8, 1.5GB RAM

  • Mark Pybus

    April 2, 2008 at 2:32 pm

    Hi 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 pm

    Hi 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

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy