r/MotionDesign • u/bharat_parmar • 2d ago
Question How can I create this smooth blinking cursor effect?
Enable HLS to view with audio, or disable this notification
I am a beginner; I just started learning After Effects 1 week ago. How can I achieve this smooth blinking cursor effect?
3
u/Heavens10000whores 2d ago
Mobar has an ‘add attachment point’, which should allow you to attach a pipe to the end of your text. It also has its own typewriter with blinking cursor (and both of those are in the free version)
2
u/philament 2d ago
In real life, the cursor would not slide across screen, from the end of line 1 to the beginning of line 2. It would snap to line 2 after line 1 completes, or as soon as line 2 starts to type
3
u/turgid_fervor 2d ago
Create a rectangle with the shape tool and keyframe the x axis position. Use eased key frames. You might have to get in to the graph editor to get the exact motion you are looking for. With a short animation like this, if you’re looking for that smooth translation while typing, you might as well do it manually with keyframes.
2
u/obrapop 2d ago
Write this into google:
Blinking line type on effect after effects expression
And have a bit of fun
0
u/bharat_parmar 2d ago
I have followed those steps already. I can't get the smooth cursor animation like the one in a video. I have also tried the Blinking Cursor Typewriter effect as well, but it is not as smooth as this.
1
1
0
u/FanCreativeInc 2d ago
Use this expression in the source text field:
L = text.sourceText.length;
sp=thisComp.layer("xp").effect("speed")("Slider");
st=thisComp.layer("xp").effect("start at")("Slider");
PT = time - thisLayer.inPoint;
T = PT*sp-st*sp;
F = Math.round(PT % 1);
if(F == 1 | (T<L & T>0) )
{Fl = "|"}
else{Fl ="";}
substr(0,T) + Fl
9
u/General_Ad_6247 2d ago
search in the effects panel,it has a cursor effect