Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Typing Effect

  • Elad Menashe

    September 15, 2007 at 6:53 am

    A good way to start is taking a font that has fixed kerning (such as courier), this will also fit your typewriter look you wish to achieve.
    Then use two text layers:
    1) The actual text
    2) use a block character from a dingbats font (I have used Marlett and the letter ‘g’) that will have the exact structure of the actual text (each block will cover one character from the actual text)

    now use an animator per layer, one will reveal the text, and the other will show the block character, only one at a time.

    here’s a lousy version of what I mean.

    Contact me if you need further help

    Regards,
    Elad

  • Lewis Sogge

    September 15, 2007 at 5:39 pm

    Thanks, can’t believe I didnt think of that! Do you know of an expression or something I could use to make the cursor blink?

  • Elad Menashe

    September 15, 2007 at 6:15 pm

    use this expression on the cursor’s layer’s opacitiy:

    d = 5; // number of frames the curson is on or off
    v = (time / thisComp.frameDuration) % (2 * d); // will return a number between 0..(2*d -1)
    if (v > d)
    0
    else
    100;

    Elad

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