Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Add ease to expression that starts at specific time

  • Add ease to expression that starts at specific time

    Posted by Cole Pittsford on May 7, 2013 at 6:47 pm

    I am fairly new to the language of expressions, so forgive me if this is a noob question.

    I am animating some big gears that I want to be static at first, small lurch forward, then slowly start rotating over time.

    I have added this expression below to make the gear start turning at 5 seconds. I also added keyframes around 4sec to make the gear lurch forward before it starts turning. My problem is that the expression doesn’t start from the value of the last keyframe, so the gear skips to a different value when it starts rotating at five seconds. I would also like to add an ease so the gear doesn’t start so abruptly. Can anyone help? Thank you!
     
    timeToStart = 5;
      if (time > timeToStart){
          time*-100;
      }else{
          value;
      }

    Cole Pittsford replied 13 years ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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