Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Wiggle over time expression

  • Wiggle over time expression

    Posted by Brett Triantafillou on August 31, 2010 at 2:58 pm

    Ok so this is what I need help with.

    I have a small text box callout that I am trying to animate on then off with a wiggle. What I need is the box to wiggle on for about 15 frames and stop wiggle. Then at the end of the animation I need the box to wiggle again for about 15 frames as it animates off.

    So thats wiggle on stop then wiggle off.

    Cheers!

    Brett

    Brett Triantafillou replied 15 years, 8 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    August 31, 2010 at 5:00 pm

    Like this maybe?

    f = framesToTime(15);
    t = (time < inPoint+f) ? time : linear(time,outPoint-f,outPoint,inPoint+f,inPoint+2*f);
    wiggle(3,25,1,.5,t)

    Dan

  • Brett Triantafillou

    August 31, 2010 at 5:43 pm

    Worked perfectly thanks a bunch

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