Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Moving Expression or Turn on at a certain time

  • Moving Expression or Turn on at a certain time

    Posted by Phil Lebeau on May 4, 2010 at 5:09 pm

    I have found some help on this but I cant get it right. I am new to expressions and quite honestly I should stay away from them – make my head spin:-)

    I need to have 3 words cascade down from each other. I am using the pendulum expression that Dan Ebbert so wonderfully shared. But once I move my layer to where I need the effect to happen, the effect is over. I posted a couple of pics so you can see my expression.

    Thanks for any help you can offer.

    First photo – expression works – second photo it doesn’t

    Phil Lebeau replied 16 years, 1 month ago 2 Members · 3 Replies
  • 3 Replies
  • Dan Ebberts

    May 4, 2010 at 5:24 pm

    You Probably just need to change this:

    amplitude*Math.sin(veloc*time)/Math.exp(decay*time)

    to this:

    t = time – inPoint;
    amplitude*Math.sin(veloc*t)/Math.exp(decay*t)

    Dan

  • Phil Lebeau

    May 4, 2010 at 5:35 pm

    I think I found the answer! Thanks so much for posting advise! And Thanks Dan wherever you are 🙂

  • Phil Lebeau

    May 4, 2010 at 5:36 pm

    Thanks a million! I’m really new to this – Thanks for your time.

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