Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Change Bounds expression

  • Change Bounds expression

    Posted by Benjamin Thompson on March 5, 2008 at 8:38 pm

    Can anyone point me to the expression to change the bounds of a parameter? for example changing a bound of an effect with 0 to 100, to something else like 5 to 100? I’m animating a mouth using convert audio to keyframes but i don’t want the mouth to close all the way.

    Thanks

    Benjamin Thompson replied 18 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Darby Edelen

    March 6, 2008 at 12:54 am

    You can use the linear() function:


    linear(x, 0, 100, 5, 100);

    As x ranges from 0 to 100, the linear() function will return values from 5 to 100.

    Darby Edelen
    Designer
    Left Coast Digital
    Santa Cruz, CA

  • Benjamin Thompson

    March 6, 2008 at 4:10 am

    Thanks. Just in time too. I appreciate the help.

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