Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions How delay the expression Time*

  • How delay the expression Time*

    Posted by Fernando Huezo on June 24, 2017 at 3:41 am

    Is possible delay the expression time*200?

    I mean that time*200 start to work two seconds after for example

    I try:

    time*200.valueAtTime(time-2)

    but not works! I don’t know how to apply two times the time expression

    Fernando Huezo replied 8 years, 10 months ago 2 Members · 3 Replies
  • 3 Replies
  • Fernando Huezo

    June 24, 2017 at 4:41 am

    To be more specific I wont that a stroke width of a path start to increase with time expression after two seconds.

    I use the expression bellow:

    (time-2)*1000

    And cool, works! start to increase after two seconds but I don’t have stroke width at the first two seconds, how keep 200 px of width in the beginning for example?

  • Steve Sierra

    June 24, 2017 at 6:24 am

    Hi,

    This should work for you :

    if (time<2){200}else{200+((time-2) * 1000)};

    Cheers !;)

  • Fernando Huezo

    June 24, 2017 at 7:32 pm

    Wow Steve it works!

    I think that I need more study because I never imagined that I need to write all this hehe

    Thank u very much!!

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