Typewriter Text Effect in Adobe After Effects

It’s free and I will continue to give out free downloads!

Learn to make your text look like it’s typing on its own in Adobe After Effects without using any fancy plugins. This quick and easy tutorial is great for beginners. Just follow along, and by the end of the video, you’ll know how to create a cool typewriter effect for your text. I’ve kept it short and simple, so make sure to watch the whole video. I put in the effort to make it easy for beginners, so enjoy learning this fun trick! You might also be interested in these tutorials on Digital Typewriter and Typewriter Text in After Effects.

Step-by-Step Guide to Creating a Typewriter Text Effect:

Step 1: Set Up Composition

  1. Open Adobe After Effects.
  2. Create a new composition with a resolution of 1920×1080 pixels, a frame rate of 30 frames per second, and a duration of 10 seconds.

Step 2: Add and Align Text

  1. Select the Type Tool from the Toolbar.
  2. Add your desired text.
  3. Align the text to the center.

Step 3: Add Slider Controls

  1. Go to Layer > New > Adjustment Layer.
  2. Rename the Adjustment Layer to “Controls.”
  3. Go to the Effects & Presets panel and search for the “Slider Control” effect.
  4. Drag and drop the Slider Control onto the Adjustment Layer.
  5. Lock the Effects & Controls panel.

Step 4: Duplicate Slider Control

  1. Duplicate the Slider Control effect by pressing Control+D two times.
  2. Rename the first duplicate to “Speed,” the second duplicate to “Blinking Speed,” and the third duplicate to “Start At.”

Step 5: Copy Expression

Copy the following expression:

X = text.sourceText;
F = Math.round(time * BlinkingSpeed % 1); 
L = X.length;
T = time * Speed - StartAt * Speed;

Cursor = " ";
if (F==1 | T>0) Cursor = "|";
if (T>=L) Cursor = " ";
if (T>0) X.substr(0,T) + Cursor
else Cursor

Step 6: Apply Expression to Text

  1. Go to the Text layer’s properties.
  2. Under the Text property, hold the ALT key on the keyboard and click the stopwatch icon to add an expression.

Step 7: Paste Expression

Paste the copied expression into the expression field. An error may appear, but proceed to the next steps to resolve it.

Step 8: Link Blinking Speed Slider

  1. Select the “Blinking Speed” text in the expression.
  2. Drag the pick whip icon to the “Blinking Speed” slider control.

Step 9: Link Start At Slider

  1. Select the “Start At” text in the expression.
  2. Drag the pick whip icon to the “Start At” slider control.

Step 10: Link Speed Slider

  1. Select the “Speed” text in the expression.
  2. Drag the pick whip icon to the “Speed” slider control.

Step 11: Adjust Slider Values

  1. Set the “Speed” slider to 5 to make the text visible.
  2. Set the “Blinking Speed” slider to 3.
  3. Set the “Start At” slider to 1 (text animation starts at 1 second).

Step 12: Customize Animation Speed

  • To slow down the animation, reduce the “Speed” slider value (e.g., 2).
  • To speed up the animation, increase the “Speed” slider value (e.g., 15).
  • Adjust the “Blinking Speed” slider for cursor blinking speed (e.g., 5).

Step 13: Final Adjustments

  • Set the “Speed” slider back to 8 or your preferred value.

Step 14: Animation Completion

Your Typewriter Text Animation in Adobe After Effects is now complete! The tutorial demonstrates how to use expressions and slider controls to create a dynamic typewriter effect with adjustable speed and blinking cursor. Customize the slider values to achieve the desired animation style.

Project File Details:

UpdatedSeptember 16, 2024
CompatibilityAfter Effects CC
Required PluginNo
Size17 KB
RatingsFree