Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Expression instead of keyframes for range selector

  • Expression instead of keyframes for range selector

    Posted by James Huenergardt on September 30, 2014 at 4:37 pm

    Hi,

    I’m creating a lower third that uses keyframes to animate the start/end of a range selector on blur and opacity.

    I’m wanting to create it so that instead of keyframes, I use an expression to drive the percent over time based on the number of characters in the name/title.

    That way, it doesn’t matter how short or long the name or title is, it will always animate in the same.

    Any ideas?

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

    James Huenergardt replied 11 years, 7 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    September 30, 2014 at 4:53 pm

    Something like this might get you started:

    rate = 12; // characters per second
    dur = text.sourceText.length/rate;
    linear(time,inPoint,inPoint+dur,0,100)

    Dan

  • James Huenergardt

    September 30, 2014 at 7:07 pm

    Dan, that worked great, thanks!

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

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