Typewriter Text with Blinking Cursor in After Effects
It’s free and I will continue to give out free downloads!
If you want to create a Typewriter Text Effect then you are definitely at the right place. In this tutorial, you will learn to create a Typewriter Text Effect with a blinking cursor in Adobe After Effects. This is a fast and easy tutorial specially designed for beginners. After watching this tutorial, you can easily create a Typewriter Text Effect. The best thing about this tutorial is the cursor will keep blinking at the end of the animation. You can easily change the cursor sign and color. You might also be interested in this tutorial on the Digital Typewriter Effect in the latest version of After Effects.
Step-by-Step Guide to Creating a Typewriter Text Animation:
Step 1: Create a Composition
- Open Adobe After Effects.
- Create a new composition named “Typewriter Text.”
- Set the resolution to 1920×1080 pixels, frame rate to 30 frames per second, and duration to 10 seconds.
Step 2: Add Text
- Select the Horizontal Type Tool from the toolbar.
- Ensure text alignment is set to the left.
- Click on the screen and type your desired text.
Step 3: Add Expression Controls
- Right-click on the Text layer.
- Go to Effects > Expression Controls > Slider Control. Rename it to “Text.”
- Right-click on the Text layer again.
- Go to Effects > Expression Controls > Checkbox Control. Rename it to “On/Off.”
- Right-click on the Text layer once more.
- Go to Effects > Expression Controls > Color Control.
Step 4: Apply Source Text Expression
- Copy the provided expression.
- Under the Text layer, hold the Alt key and click the Source Text stopwatch icon to add an expression.
- Paste the copied expression which is Expression 01.
Expression 01:
var sign = “|”;
var blinkInterval = 15;
var i = effect(“Text”)(“ADBE Slider Control-0001”);
var on = effect(“On/Off”)(“ADBE Checkbox Control-0001”);
var frames = timeToFrames(time);
var check = frames / blinkInterval;
if (on == 1) {
if (i.valueAtTime(time + thisComp.frameDuration) > i) {
end = sign;
} else {
if (Math.floor(check) % 2 == 0) {
end = sign;
} else {
end = ” “;
}
}
} else {
end = ” “;
}
text.sourceText.substr(0,parseInt(i)) + end;
Step 5: Set Typing Animation Duration
- Move the time cursor to 1 second.
- Add a keyframe on the Text slider.
- Go forward to 6 seconds and change the slider value to reveal the text.
- If the blinking cursor is missing, click the “On/Off” checkbox.
Step 6: Adjust Typing Speed
- Select the Text layer and press “U” to reveal keyframes.
- Move the second keyframe closer to the first to increase the typing speed.
Step 7: Change Cursor Symbol
- Under the Text layer, go to Source Text.
- Modify the cursor symbol as desired.
Step 8: Adjust Cursor Blinking Speed
- Under the Text layer, go to Source Text.
- Change the blink interval from 15 to 5 to increase the cursor blinking speed.
Step 9: Change the Cursor Color
- Click the animate button for Fill Color and choose RGB.
- Copy the provided expressions for the range selector and fill color.
- Under Text > Source Text, go to Range Selector 1 > Start.
- Hold Alt and click the stopwatch icon, then paste the expression which is Expression 02.
Expression 02:
text.animator(“ADBE Text Animator”)(“ADBE Text Selectors”)(“ADBE Text Selector”)(“ADBE Text Index End”) – 1;
- Under Range Selector 1 > End, hold Alt and click the stopwatch icon, then paste the expression.
Expression 03:
text(“ADBE Text Document”).length;
- Under Advanced, change units from percentage to Index.
- Hold Alt and click the Fill stopwatch icon, then drag the pick whip to the color control.
Step 10: Set Text Disappearance
- Select the Text layer and press “U” to reveal keyframes.
- Go forward to 6 seconds and add a keyframe for the Text slider.
- Go to the last frame and change the slider value to zero to remove the text.
Congratulations! You’ve successfully created a Typewriter Text Animation with a Blinking Cursor in Adobe After Effects. This tutorial guides you through the process of animating text to appear as if it’s being typed out, complete with a blinking cursor and various customization options.
Project File Details:
Rating | September 16, 2024 |
Compatibility | After Effects CC |
Required Plugin | No |
Size | 3.22 MB |
Price | Free |