Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Need my mouth to open a little more…

  • Need my mouth to open a little more…

    Posted by Teague Hayes on February 11, 2011 at 4:32 pm

    Hello, I’m working on a jibjab style animation where the cutout mouth is doing a simple up and down movement. What I have is looking good but the client is requesting that the mouth open up just a little bit more. Can anyone recommend what I need to do with the following expression to accomplish this? I’ve cranked the levels up as high as I can go so I’m hoping I can fix

    Thank you for any help!
    Teague

    temp = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider")-1;
    [310, 210+temp]

    Dan Ebberts replied 15 years, 7 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    February 11, 2011 at 5:24 pm

    Maybe like this:

    temp = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”)-1;
    scaleFactor = 1.5;
    [310, 210+temp*scaleFactor]

    Dan

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