Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Squash and Stretch on scale text animator

  • Squash and Stretch on scale text animator

    Posted by Ale Elizondo on October 7, 2014 at 7:25 pm

    Hello to everyone! I’m looking for a expression that can help me to automate a lot of text animations, the idea is move every word of a paragraph from down to up with a overshoot and when every word touch the base I want that every word make a squash and stretch, for the movement of down to up I’m using this expression into a expression selector on amount property:

    swings=3;
    timeOffset=1;
    overshoot = 300;
    v=valueAtTime(time-timeOffset*textIndex/textTotal)[0];
    anim=Math.PI*v/overshoot;
    amp=easeOut(v,0,100,100,0);
    Math.cos(anim*swings)*amp;

    this works perfect, now I need animate the scaling property of the same way but with a squash and stretch effect.
    Thanks!!

    Ale Elizondo replied 11 years, 7 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