Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity › Forums › Adobe After Effects Expressions › Adding a bounce to an animation that is **already done with expressions**

  • Adding a bounce to an animation that is **already done with expressions**

    Posted by Spencer Evans on October 9, 2019 at 7:14 pm

    Hello, I’m trying to add a bounce to this animation that I’m using on each word of text to have it move up 80 pixels as it comes in over 10 frames.

    I need this to be an animation preset that will work on anything I apply it to and keep the original position. Going to be animating in mass quantities. Here’s the part I’ve already got–this is applied to the position property of each word to animate just the “y” value.

    p0 = position[0];
    p1 = position[1];
    frames = timeToFrames(t = time + thisComp.displayStartTime, fps = 1.0 / thisComp.frameDuration, isDuration = false);
    anim = easeOut(frames,inPoint,inPoint+10,p0+80,p1);
    [p0,anim]

    What I’d like to do is use the popular Ease and Wizz script to add a “Back out, expo in” type bounce to the above expression but I can’t find a way to combine the two. I can’t use keyframes for my animation preset since the text will always be in different positions. I would settle for a simpler expression if there’s not a way for me to combine the above keyframeless animation with Ease and Wizz…

    TY in advance for any help!

    Spencer Evans replied 6 years, 11 months 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