Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions wiggle via sliders ?

  • wiggle via sliders ?

    Posted by Topevil on September 29, 2005 at 3:39 pm

    I want to animate wiggle with expression slider ? I mean when I move slider to lets say 5 then in other layer wiggle is wiggle(5, …). I cant understand syntax!!! please help me.

    Dina Saleem replied 20 years, 7 months ago 3 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    September 29, 2005 at 4:14 pm

    Something like this:

    freq = thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”);
    amp = thisComp.layer(“Null 1”).effect(“Slider Control 2”)(“Slider”);
    wiggle(freq,amp)

    It’s easiest if you use the pickwhip to set it up.

    Dan

  • Dina Saleem

    September 29, 2005 at 4:20 pm

    1. create a null object and apply a effects for expressions -> slider

    2. in your timeline window open your effect controls, by holding down the alt-key and klicking on stopwatch activate expression for the wiggle value

    3. drag the expressions ‘link’ button to the slider on your null object.

    Your expression will be created automatically and the wiggle value will follow the value of your slider.

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