Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Overshoot per character using Text Animator.

  • Overshoot per character using Text Animator.

    Posted by James Huenergardt on November 16, 2015 at 6:09 pm

    Hi,

    I’m trying to figure out if there is any way to have a character overshoot using a text animator in AE.

    I have a word I’m animating in using the position, per character Ramp Up and want the characters to have a little ‘overshoot’ to them when they hit their final position.

    Any help would be appreciated.

    Jim

    Reel Inspirations – http://www.reelinspirations.com
    Commercials, Dramas, Image Pieces, Documentaries, Motion Graphics

    Wen When replied 10 years, 6 months ago 2 Members · 1 Reply
  • 1 Reply
  • Wen When

    November 19, 2015 at 6:07 am

    Maybe this will help you.Add position to your text,disable range selector and add expression selector.Apply the expression below to “amout” propety.and change the value inside as needed.

    delay = .1;
    myDelay = delay*textIndex;
    t = (time - inPoint) - myDelay;
    if (t>=0){
    freq =3;
    amplitude = 150;
    decay = 8.0;
    s = amplitude*Math.cos(freq*t*2*Math.PI)/Math.exp(decay*t);
    {s,s}
    }else{
    value
    }

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