How to create a blinking cursor effect in After Effects - AE Tutorial

  Рет қаралды 42,916

Maxwell Ridgeway

Maxwell Ridgeway

3 жыл бұрын

🔊 Epidemic Sound 30 day Trial - bit.ly/3ihjmwV
💜 Join the discord bit.ly/3kSLhVF
👌 Patreon, earn rewards! - bit.ly/32VFPuR
🔴 Click to subscribe! - bit.ly/35VZBIF
📷 Instagram - bit.ly/32UAe8c
🐣 Twitter - bit.ly/2G1qfoB
-------------------------------------------------------------
Expressions - bit.ly/32WECUf
AE Project - bit.ly/32VNY2d (Patreon Fam Only :D)
-------------------------------------------------------------
🎧 My Gear (Affiliate Links)
Cameras
GH5s
amzn.to/2EtIyMB
bhpho.to/2fBYGoK
Main workhorse the GH5
B&H - bhpho.to/2fBAqDh
Amazon - amzn.to/2fU4PJR
Secondary Camera 70D
B&H - bhpho.to/2fBAqDh
Amazon - amzn.to/2fBoDVy
Lenses
Main Lens Sigma 18-35
B&H - bhpho.to/2wYSoqL
Amazon - amzn.to/2yIX9C5
Wide Lens Canon 10-22
B&H - bhpho.to/2fBKpJ3
Amazon - amzn.to/2xEJTyq
Cheaper Wide lens
B&H - bhpho.to/2wZur2C
Amazon - amzn.to/2yLjWNw
Lens Adaptors for GH5
Expensive adaptor
B&H - bhpho.to/2fCaQhC
Amazon - amzn.to/2ycqQyB
Cheap adaptor
Amazon - amzn.to/2xIQTvD
Tripods
Joby
B&H - bhpho.to/2wYXm7d
Amazon - amzn.to/2xN7aA5
You need this for the amazon Joby - amzn.to/2xEIKqr
Main tripod
B&H - bhpho.to/2fClXqS
Amazon - amzn.to/2xJm2iH
Cheap Tripod
Amazon - amzn.to/2wXVKKB
Sound Gear
Voiceover Mic
B&H - bhpho.to/2xvBLDe
Amazon - amzn.to/2fCLqAx
Voiceover mic recorder
B&H - bhpho.to/2wYZVWP
Amazon - amzn.to/2xF27Qd
External Recorder
B&H - bhpho.to/2fAxSFs
Amazon - amzn.to/2fUx0Z8
Shotgun Mic
B&H - bhpho.to/2fDUZit
Amazon - amzn.to/2xNcDqH
Amazing Lavs
B&H - bhpho.to/2wZ0TlV
Amazon - amzn.to/2xIZJtf
Camer Mic
B&H - bhpho.to/2wYUpTR
Amazon - amzn.to/2xJlAkD
Lighting
Ring light
Amazon - amzn.to/2fUdHiF
Edison Bulb in the background
Amazon - amzn.to/2yIYqcl
LED lighting
Amazon - amzn.to/2xFWWiS
Have a video idea? Submit it here!
goo.gl/e4Q6p4
and be sure to check out my stock portfolio at
www.pond5.com/artist/ridgeway411
------------------------------------------------------
#aftereffects #adobe #animation
------------------------------------------------------

Пікірлер: 106
@nghialuutrong8175
@nghialuutrong8175 2 жыл бұрын
Next time when you post a video like this, pls write your code in comment ! For everyone who needs: 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;
@tj_puma
@tj_puma 2 жыл бұрын
^^^Thank you!
@taylorking7135
@taylorking7135 Жыл бұрын
Legend.
@lewiscopland4568
@lewiscopland4568 Жыл бұрын
lmao thank you, who creates a Mediafire link for a ZIP file that contains a few lines of code?!
@ozero189
@ozero189 9 ай бұрын
Thanks!
@BOOM_BOOM_BUSH
@BOOM_BOOM_BUSH 5 ай бұрын
tnx alot brooooooooooooooooo
@trinityross9313
@trinityross9313 2 жыл бұрын
Just a heads up if you can't get the expression working, remember to rename your effect control with capital letters 'On/Off' (if it's lowercase 'On/off' it won't work 😊)
@danisentinella
@danisentinella 3 жыл бұрын
That's incredible! Thank you so much for your help, Max!
@Mortal_Tezer
@Mortal_Tezer 3 жыл бұрын
THANK YOU SO MUCH THIS VIDEO IS AWESOME
@commongivemeanicknam
@commongivemeanicknam 3 жыл бұрын
Great rig! Thanks for sharing.
@rosanita
@rosanita 3 жыл бұрын
That was unbelievably helpful! Thanks a lot!
@RustyRoosterLife
@RustyRoosterLife Жыл бұрын
Thank you! Super helpful tutorial!
@wendylin266
@wendylin266 2 жыл бұрын
Thank you for this video!
@GetToThePointAlready
@GetToThePointAlready 2 жыл бұрын
Used your tut on my next project - Definately got a sub for this dub! Well done!
@christianmklein
@christianmklein Ай бұрын
Thank you!!
@sylvainhoude8542
@sylvainhoude8542 Жыл бұрын
Thank you very much, it work's perfectly
@pauladelrioarteaga4754
@pauladelrioarteaga4754 3 жыл бұрын
Thank you, was really useful!! Just one thing, I've used it on a composition with the text on more than one row and center alignment, and the blinking course moves the last word to the left as it blinks... any ideas to fix that??
@Bopolsification
@Bopolsification Жыл бұрын
best type on expression around. it's not about speed like others do, it's the timing of the text and this caters it. just add slider for blinking speed and add the codes at the description and this will be 💯
@msjstudioo
@msjstudioo Жыл бұрын
Thank you for this tutorial 👍
@bhosterman
@bhosterman 3 жыл бұрын
Thank you!
@parmargopalsinh572
@parmargopalsinh572 2 жыл бұрын
Thank You so much for this tutorial and script also.. save lots of time ///
@ragnakim
@ragnakim 3 жыл бұрын
Fantástic. Thank you.
@jeenavinodkumar5902
@jeenavinodkumar5902 2 жыл бұрын
Thank u so much sir. 🙏
@adrianosullivanOfficial
@adrianosullivanOfficial 3 жыл бұрын
Thanks for this, great tip. One thing. Is there a way to increase the baseline shift on the cursor? On some fonts, it's lower than it should be. Thanks again
@eduardoalcantara9623
@eduardoalcantara9623 Жыл бұрын
Hi. For those who have the following error in the second expression: "Property or method named 'ADBE Text Index End' in Class 'Group' is missing or does not exist. It may have been renamed, moved, deleted, or the name may have been mistyped" A fix that I found is to first enter the third expression exactly as it says in 4:14 says, which is text("ADBE Text Document").length; and then, forget about the second expression. Just use the Pick Whip tool and grab from Start to End. That way, it will fill automatically the Start expression field. The last step is adding "-1" to that new expression, so you have something like whatever.your.expression.is - 1 It should work now by changing to Index as in further steps, and most importantly, not including break lines in the text field, because it won't work, at least in my case. Thanks
@mimaiu
@mimaiu Жыл бұрын
tysm omg 😭🫂
@mimaiu
@mimaiu Жыл бұрын
tysm omg 😭🫂
@Alaa.bencze
@Alaa.bencze 2 жыл бұрын
Thank you so much, the expression works well. The only thing is the entire thind is blinking not just the cursor, do you know why?
@dmitrivozhakov
@dmitrivozhakov 3 жыл бұрын
Thank you, bro! what if i want it to blink with different colors every time, like purple-blue-orange-green-yellow in a row?
@AndersWaltz
@AndersWaltz Жыл бұрын
Thank you so much for this awesome tut! Questions: 1) Is there a way to keep the last character (in my case underscore _) a different font weight? 2) Is there a way to have some words in a different font weight? Thanks!
@obadashammout
@obadashammout 2 жыл бұрын
thanks
@jonathannielsen
@jonathannielsen Жыл бұрын
Thanks! Is there a way to avoid the kerning getting affected? I'm not able to control the kerning when the expression is applied.
@AmpedUpTech
@AmpedUpTech 3 жыл бұрын
Thanks. Got to learn a new thing today. BTW, if you would have added the typing sound, the video would have been complete. 🙂
@ShantanuBaviskar
@ShantanuBaviskar 3 жыл бұрын
Characters can't be bold/italic later on. If you want that then everything in the text layer need to adapt that property
@sharmisthapal856
@sharmisthapal856 2 жыл бұрын
Many thanks for this. I have one question. How do I increase the distance between the text and cursor. The way it is executing on my end currently with my chosen font, I would like the cursor to appear at the end of typing to appear little further away from the last text character. Thank you in advance.
@shaunZ96
@shaunZ96 3 жыл бұрын
how would you change the blinking cursor size? like a square
@AndersWaltz
@AndersWaltz Жыл бұрын
Thaank god for you!
@idfkam
@idfkam 3 жыл бұрын
now what i want too do in make the blinking line at the end bigger like in knd is that a thing?
@balakay612
@balakay612 Жыл бұрын
If you've got a multiline text layer (with hard returns), you may notice the cursor color either breaks or gets offset. Here's what I did to fix that (bear in mind I changed some references, but the concepts remain the same). This goes in the Animator 1 Start property: _index = effect("Text")("Slider"); _newlines = text.sourceText.slice(0, parseInt(_index)).match(/ /g); text.animator("Animator 1").selector("Range Selector 1").end - (1 + (_newlines != null ? _newlines.length : 0)); (There's probably a cleaner way to reference things here, but this works!)
@julianeinfachju4897
@julianeinfachju4897 10 ай бұрын
I love you. Big kiss. I needed this Thanks :)
@xy4077
@xy4077 9 ай бұрын
Thank you so much! For those who still get an offset: Make sure you're using hard returns! The code doesn't recognize soft returns
@rohithirpara5136
@rohithirpara5136 3 жыл бұрын
How can i add checkbox control for on/off cursor when edit text
@yourmovies3013
@yourmovies3013 Жыл бұрын
Hi there, it's a great tutorial, thank you! When I use this effect, the collor of the cursor changes when I use a 'enter' in an alinea. Is there a solution for this?
@supunarunasinghe9900
@supunarunasinghe9900 2 жыл бұрын
Can we use this effect when several fonts in the sentence?
@kevinaknezic
@kevinaknezic 2 жыл бұрын
Anyone have an idea on how I could change the font-weight and color of JUST the cursor. He shows the color change, but the font-weight seems to be locked to the text it is pacing out to. My font is pretty bold, and I'd like the cursor to be skinny so it doesn't look so much like a character.
@ARmy2510
@ARmy2510 Жыл бұрын
How to change color of the text? Like parcticular words? Cause "Characters" window does not work here.
@workoholekhh7542
@workoholekhh7542 2 жыл бұрын
How to make this work for RTL texts? Typing right from left texts for other languages
@peterkondratowicz456
@peterkondratowicz456 3 жыл бұрын
is there a way to animate by word rather than by character? Tried changing it to animate by word under "animator 1 > range selector 1 > advanced > based on > words" but that didn't work
@rohithirpara5136
@rohithirpara5136 3 жыл бұрын
how to add slider control for cursor blink speed
@kelvinazibisa5809
@kelvinazibisa5809 2 жыл бұрын
I want to change the cursor to a different font but it keeps changing the whole text. Help Thanks
@ZeeJohansen
@ZeeJohansen 3 жыл бұрын
Using a multiple-line text field for the effect and had a problem where the last word jumped down to the next line and back, fixed it by making the text box a little bit wider, if anybody gets the same problem ;)
@johanj701
@johanj701 3 жыл бұрын
Yes you should move the slider as per the length of your text. and check "text.sourceText.substr(0,parseInt(i)) + end;" if the num is 0. But my problem on mac is different. The moment I activate the slider control, it centres the paragraph. It doest let me make it left or right aligned text.
@ZeeJohansen
@ZeeJohansen 3 жыл бұрын
@@johanj701 that sounds weird, I just did a test in AE 2021 with both a paragraph text field and single-line and both worked and I'm able to change the text alignment too. Check your anchor points on your text fields when you change the alignment, other than that I can seem to replicate your bug :/
@luke.exe.
@luke.exe. Жыл бұрын
How do I get the effect to not move my entire text box and text while typing it?
@mzee2844
@mzee2844 Жыл бұрын
why does my cursor start the slider from the centre on the text instead of like yours left to right???
@underwater372
@underwater372 Жыл бұрын
How to reduce cursor size ? Its too big
@MattRuddPB
@MattRuddPB 3 жыл бұрын
Hi, thanks for this, great stuff! Followed your instructions precisely but when my cursor blinks, it shifts the preceding text a few pixels to the left with each blink. Any ideas how to correct this? Thanks!
@goddardmakes
@goddardmakes 3 жыл бұрын
Hi Matt, try changing your paragraph setting on the text layer to left align text. That worked for me.
@loiclaynell
@loiclaynell 2 жыл бұрын
@@goddardmakes worked for me thanks
@marks9493
@marks9493 Жыл бұрын
@@goddardmakes Thanks for the tip!
@shaktirajjadejaart2711
@shaktirajjadejaart2711 2 жыл бұрын
The link to "EXPRESSIONS" is not working. Kindly share the Expressions here in Comments section...
@suzanneholmgren2199
@suzanneholmgren2199 Жыл бұрын
Why does it only work on the first row?
@itsfahmi3445
@itsfahmi3445 2 жыл бұрын
Why my project is not blinking like that? 🙂
@rafaelmasinde9174
@rafaelmasinde9174 2 жыл бұрын
the expression doesn't work on my after effects
@cheezw1z
@cheezw1z 2 жыл бұрын
I just copied the code you've provided for the cursor color but I couldn't get it to work. it says Error: property or method named 'ADBE Text Index End' in Class 'Group' is missing or does not exist. It may have been renamed, moved, deleted, or the name may have been mistyped
@renasedlmeier
@renasedlmeier 2 жыл бұрын
same problem here
@exebios
@exebios Жыл бұрын
Yea same probleme @Maxwell Ridgeway
@system2213
@system2213 3 жыл бұрын
Would've been nice if you put the expression in the actual description so we don't have to click some link that could easily be a virus
@nestor8746
@nestor8746 3 жыл бұрын
Is there a way to make it stop blinking at the end when you're finished with the line? Sort of symbolizing that a message has been sent...
@idfkam
@idfkam 3 жыл бұрын
best way i found is i copied the text removed the effect on the copy and ended the effect text and started the non effected text thus the line is gone
@KELLMANMARTINEZMENESES
@KELLMANMARTINEZMENESES 2 жыл бұрын
@@idfkam You can also animated the Checkbox
@jimbev4
@jimbev4 3 жыл бұрын
How do you make the cursor BIGGER? Like a square????
@AnneCTH03
@AnneCTH03 Жыл бұрын
By changing the first scentence in the expression from var sign = "|"; to var sign = "■";
@DiegoInmune
@DiegoInmune 3 жыл бұрын
what should I do if my text is in 2 or 3 lines? the cursor color only works on the first line
@MaxwellRidgeway
@MaxwellRidgeway 3 жыл бұрын
For that I would probably create three seperate text lines, each with the effect embeded. So it doesn't interfere with each other etc..
@DiegoInmune
@DiegoInmune 3 жыл бұрын
@@MaxwellRidgeway oooh yes! You got it, thanks man!
@Farns77
@Farns77 2 жыл бұрын
Change the Start expression in the animator to '2'.... text.animator("ADBE Text Animator")("ADBE Text Selectors")("ADBE Text Selector")("ADBE Text Index End") - 2;
@pipogardenal
@pipogardenal 2 жыл бұрын
@@Farns77 no man, that changes the color of the second last character
@Farns77
@Farns77 2 жыл бұрын
@@pipogardenal worked for me. But you could always nest the comp, make it black and white then use it as a matte.
@600pankaj
@600pankaj 2 жыл бұрын
Can we add 2 colors in text ??
@petercarlson5261
@petercarlson5261 Жыл бұрын
This is my problem. With any of these expression based typewriter effects I use, it changes my text to one color when I am using 2 different colors. It's really causing me issues.
@abbycohen3726
@abbycohen3726 3 жыл бұрын
I can get the color to work, but then halfway through, it reverts back. Any ideas why that might happen?
@ishlibidish87
@ishlibidish87 2 жыл бұрын
same problem. When I paste the end cursor color expression and had it to index it colored the whole thing
@valentina050394
@valentina050394 3 жыл бұрын
The expression doesnt work for me
@loiclaynell
@loiclaynell 2 жыл бұрын
@@elenarssk2795 try to name the expressions as same as on the video : "Text" "On/Off"
@loiclaynell
@loiclaynell 2 жыл бұрын
try to name the expressions as same as on the video : "Text" "On/Off"
@vatsaldoshi7270
@vatsaldoshi7270 3 жыл бұрын
The expression doesn't seem to work. Please help.
@anirbanghosh7869
@anirbanghosh7869 3 жыл бұрын
Yes Me too!
@loiclaynell
@loiclaynell 2 жыл бұрын
@@anirbanghosh7869 try to name the expressions as same as on the video : "Text" "On/Off"
@loiclaynell
@loiclaynell 2 жыл бұрын
try to name the expressions as same as on the video : "Text" "On/Off"
@user-wn3gk5yb4o
@user-wn3gk5yb4o 3 жыл бұрын
expression doesn't work
@loiclaynell
@loiclaynell 2 жыл бұрын
try to name the expressions as same as on the video : "Text" "On/Off"
@LTMT20
@LTMT20 2 жыл бұрын
Hey where is the code
@pipogardenal
@pipogardenal 2 жыл бұрын
right there on the description: www.mediafire.com/file/1wq3q1udzn5n7qb/file
@Dan_K_Meme
@Dan_K_Meme Жыл бұрын
The cursor moves my text
@luke.exe.
@luke.exe. Жыл бұрын
same
@Dan_K_Meme
@Dan_K_Meme Жыл бұрын
@@luke.exe. I think you have to align it to the left
@prashantjadhav5617
@prashantjadhav5617 Жыл бұрын
what is this nonsense tutorial
@acmejia
@acmejia Жыл бұрын
Awesome tutorial!! Thanks!!
@rafaelmasinde9174
@rafaelmasinde9174 2 жыл бұрын
the expression doesn't work on my after effects
@loiclaynell
@loiclaynell 2 жыл бұрын
try to name the expressions as same as on the video : "Text" "On/Off"
You're Doing Text Wrong in After Effects!
10:21
Black Mixture
Рет қаралды 28 М.
Amazing weight loss transformation !! 😱😱
00:24
Tibo InShape
Рет қаралды 56 МЛН
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 2,7 МЛН
WHAT’S THAT?
00:27
Natan por Aí
Рет қаралды 13 МЛН
Auto-adjusting blinking cursor | After Effects Tutorial
5:29
Manuel does Motion
Рет қаралды 33 М.
Печатающийся Текст - Легко
11:01
FreelStep Фриланс это Просто
Рет қаралды 16 М.
Top 5 Text Animations in After Effects
5:39
David Sedlar
Рет қаралды 2,8 М.
How to Trim and Cut Video Premiere Pro
7:44
Javier Mercedes
Рет қаралды 770 М.
After Effects: Digital Screen Tutorial
16:55
Creative Dojo
Рет қаралды 49 М.
CRAZY Pattern Techniques in After Effects
10:54
Motion by Nick
Рет қаралды 108 М.
After Effects 2023: Blinking Cursor Typewriter Console Effect
3:54
Mike Murphy Co
Рет қаралды 18 М.
How to edit SO good your viewers get addicted to your videos
14:32
Learn By Leo
Рет қаралды 1,2 МЛН
Кого она вытащила из воды?😱
0:51
Следы времени
Рет қаралды 4,7 МЛН
ToRung short film: 1🥐 cake costs 1$
0:25
ToRung
Рет қаралды 9 МЛН
Can You Find A Needle In A Haystack?
0:45
Stokes Twins
Рет қаралды 32 МЛН