Auto-adjusting blinking cursor | After Effects Tutorial

  Рет қаралды 40,358

Manuel does Motion

Manuel does Motion

Күн бұрын

Пікірлер: 81
@MESHK0FF
@MESHK0FF Жыл бұрын
Thanks for idea Advantage: Full control over cursor Downside: scale range selector will not treat space as scale increase, so cursor will jump through any text space to beginning of the next word, looks a little bit clunky.
@EvilDogFilmsOfficial
@EvilDogFilmsOfficial Жыл бұрын
For me the formula had to be w=effect("Layer Control")("Layer"); [w.sourceRectAtTime(w.sourceTime()).width] Including the sourceTime() to account for placement on the timeline and also clip shifting
@imanidioli
@imanidioli Жыл бұрын
your modification saved my day .... thanx
@EvilDogFilmsOfficial
@EvilDogFilmsOfficial Жыл бұрын
@@imanidioli The amount of time I found that one comment that saved me hours of headaches, glad I'm finally the one helping someone :D
@imanidioli
@imanidioli Жыл бұрын
@@EvilDogFilmsOfficial 🙌
@geoffreybellec8833
@geoffreybellec8833 3 ай бұрын
Saved me too thank you man! 🙏
@princeepaphras861
@princeepaphras861 7 күн бұрын
Best and most helpful comment that saved the day
@gtiboogiemann
@gtiboogiemann 9 ай бұрын
Amazing tutorial perfect for a very specific animation I must do for work!
@ManueldoesMotion
@ManueldoesMotion 9 ай бұрын
That’s great to hear!
@amritaaryan
@amritaaryan 2 жыл бұрын
Gr8 tutorial. Really helpful. One thing I want to add is rather than adding the scale property and then animating it, u can simply use the 'Typewriter' effect from the effects panel. It's just a preset of the same animation. I hope u find it helpful
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
Awesome! Thanks very much for the tip!
@AugustMarlin
@AugustMarlin 2 жыл бұрын
Only that you have to replace default 'opacity' animator with 'scale', as the width won't change otherwise ;)
@dancu9271
@dancu9271 5 ай бұрын
A lot of thanks for making and sharing your awesome video!!
@ManueldoesMotion
@ManueldoesMotion 5 ай бұрын
You’re welcome!
@dancu9271
@dancu9271 5 ай бұрын
a lot of thanks for making and sharing your video!!
@ManueldoesMotion
@ManueldoesMotion 5 ай бұрын
You’re welcome!
@Soody_choi
@Soody_choi 5 ай бұрын
감사합니다, 유용했어요. 그런데 한번 봐서는 잘 외워지지 않아서 자주 와서 볼게요. Typewriter 효과중에 가장 마음에 듭니다.
@ManueldoesMotion
@ManueldoesMotion 5 ай бұрын
That's awesome!
@madebydbm
@madebydbm 2 жыл бұрын
That's very clever. It's an effect I find myself making a lot but I've always done it manually, hadn't thought to link the cursor to the text width. Thanks!
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
Awesome! I used to do it manually as well, which was really annoying. So I started to play around a little bit :)
@JosepMotion
@JosepMotion 2 жыл бұрын
It worked! This was pretty useful right now. THANKS!!
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
You’re welcome!
@entidadalan4967
@entidadalan4967 2 жыл бұрын
Fantastic Manuel. Thank you teacher. So good! ✌🏻🍀💫💫🍀
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
Thanks very much! So happy you like it!
@MayAai00
@MayAai00 9 ай бұрын
thank you so much for sharing this!
@ManueldoesMotion
@ManueldoesMotion 9 ай бұрын
You’re welcome!
@veryseriousperson
@veryseriousperson Жыл бұрын
Awesome...What if I want to use it in Arabic language which text starts from right to left...I tried to use it but the cursor moves towards the opposite direction..
@ManueldoesMotion
@ManueldoesMotion 11 ай бұрын
You have to invert the width value. By adding another line: w=effect("Layer Control")("Layer"); inv = w.sourceRectAtTime().width*-1; [inv] You probably have to adjust the position of the cursor.
@unfoldlab
@unfoldlab Жыл бұрын
Magic tutorial!
@ManueldoesMotion
@ManueldoesMotion Жыл бұрын
Thanks!
@daimonxart8253
@daimonxart8253 Жыл бұрын
For some reason the null object lags behind the writing, as if it didn't continue but it did just like that, I don't know what it would be.
@ManueldoesMotion
@ManueldoesMotion Жыл бұрын
Did you move a layer in the timeline?
@wendyhuang3667
@wendyhuang3667 2 ай бұрын
what if i have 2 lines of text? The width only gets one line.... please help
@ManueldoesMotion
@ManueldoesMotion 2 ай бұрын
This works for just one line. I would add a second text layer.
@codelearning9624
@codelearning9624 7 ай бұрын
Fantastic!
@ManueldoesMotion
@ManueldoesMotion 7 ай бұрын
Thanks!!
@onclebobify
@onclebobify 2 жыл бұрын
Hello Manuel! And thank you for a very nice tutorial. I have a small problem I need your help with. The Width slider is not updating with the right value at the beginning of the animation. So for example, when I have the 4 first letter of my first word the width is still showing 0,00. When the width of the text layer is bigger than the with of my null object then it begins to move the null object. Do you have any idea my I get this delay? I tried resizing the noll object without any success. Thanx again!
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
Hi Alexandre, sorry for my delayed response. I am on holiday this week. Could it be the anchor point position of the Null Object? I’ll look into the project next week to see what else it might be.
@nyetre7665
@nyetre7665 Жыл бұрын
THANK YOUUU!
@ManueldoesMotion
@ManueldoesMotion Жыл бұрын
You’re so welcome!
@JosepMotion
@JosepMotion 2 жыл бұрын
I was doing a 3 text lines with this. I kept getting an strange error when duplicating the 3 items (text, null and cursor) and updating the expressions and even the layer control: Null stopped working when updating the "Source Text". After a lot of trial and error I was able to fix it, by deactivating the expressions before updating the "Source Text".
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
When I need several lines of text, the easiest way for me is to copy the comp in the project window and simply use a separate comp for each line.
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
I’ll try it with deactivating the expressions.
@KamranKhan-hc2sp
@KamranKhan-hc2sp 2 жыл бұрын
grate tutorial really helped a lot...
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
That's awesome!
@1379rooms
@1379rooms 2 жыл бұрын
Amazing tutorial, thanks you for it ! I have one issue, the whole expression doesn't work if everything is not at the very beginning of my comp. To be clear, if the layers are in the middle of my comp, the width value won't change. Do you have any idea why ? Tshüss :)
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
Generally, if you have expressions. Never move layers around, that will mess it up. If you want the animation to start later, you need to move the keyframes along your timeline.
@1379rooms
@1379rooms 2 жыл бұрын
@@ManueldoesMotion very clever solution ! thank you so much for the tip :)
@nicolas-he2oe
@nicolas-he2oe 11 күн бұрын
great tutorial, though i tested it and i dont think it works for multiple lines
@ManueldoesMotion
@ManueldoesMotion 11 күн бұрын
It works for 1 line.
@maxmccabe9221
@maxmccabe9221 Жыл бұрын
Thanks Manuel! I use this all the time. Is there a way to make the cursor go down to the next line after a paragraph break?
@ManueldoesMotion
@ManueldoesMotion Жыл бұрын
That's awesome! I'll think about a way to do it...
@samirdesigner3324
@samirdesigner3324 2 жыл бұрын
thanks how make this to presets to we can use to any time by one click ???
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
You're welcome! I think it can't be saved as preset. I would save the comp somewhere and import it whenever you need it.
@Leyero_editor
@Leyero_editor 2 жыл бұрын
First expression doesn't update slider value, rechecked it multiple times
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
You might want to check out the project file…
@EvilDogFilmsOfficial
@EvilDogFilmsOfficial Жыл бұрын
For me I needed to do to make sure you don't get any weird time offset based on where the clip is on the timeline and how offseter it is on itself w=effect("Layer Control")("Layer"); [w.sourceRectAtTime(w.sourceTime()).width]
@victoriaprado739
@victoriaprado739 Жыл бұрын
@@EvilDogFilmsOfficial Save me! Thank u!
@hellofilmeditor
@hellofilmeditor 7 ай бұрын
amazing
@ManueldoesMotion
@ManueldoesMotion 7 ай бұрын
Thanks very much!
@wasimnatfaji6342
@wasimnatfaji6342 10 ай бұрын
Width idea not working if you have multiple lines
@ManueldoesMotion
@ManueldoesMotion 9 ай бұрын
Yeah it only works for 1 line of text.
@vlopez5
@vlopez5 9 ай бұрын
Genio total !
@ManueldoesMotion
@ManueldoesMotion 9 ай бұрын
Thanks!
@samirdesigner3324
@samirdesigner3324 2 жыл бұрын
how to use to RTL ?
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
What is RTL?
@samirdesigner3324
@samirdesigner3324 2 жыл бұрын
@@ManueldoesMotion right-to-left (RTL)
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
@@samirdesigner3324 That should work as well. You need to right align the text. Then subtract the width from the position instead of adding it.
@Martu45919
@Martu45919 10 ай бұрын
GRACIAAAAAAAAAAAAAAAAAAAS
@ManueldoesMotion
@ManueldoesMotion 10 ай бұрын
You're welcome!
@thatGreninjaGuy
@thatGreninjaGuy 5 ай бұрын
Not a hate comment but this was very complicated and it didn't work for me . perhaps I did something wrong but I have no idea what was going on and since I did not understand i cannot even spot what went wrong for me, tried watching it 2-3 times and it got more Messier.. You really need to slow down or maybe explain in a different way.
@grafinject
@grafinject 2 жыл бұрын
Hi :)
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
Hi!;)
@tonnas1328
@tonnas1328 2 ай бұрын
this way when you not need to enter
@vishfactz6007
@vishfactz6007 13 күн бұрын
Everything just went above my head lol :|
@ManueldoesMotion
@ManueldoesMotion 11 күн бұрын
Why?
@Marforaep
@Marforaep 2 жыл бұрын
Yo
@ManueldoesMotion
@ManueldoesMotion 2 жыл бұрын
What's up?
@TehAuroraWolf
@TehAuroraWolf Жыл бұрын
dude you need to slow down a bit with this tutorial. I had to back track so many times because I missed something you said way too quickly to follow through perfectly.
@EricsCastenowDrive
@EricsCastenowDrive 3 ай бұрын
Doesn't fucking work. Good job
@ManueldoesMotion
@ManueldoesMotion 3 ай бұрын
👍🏻
You're Doing Text Wrong in After Effects!
10:21
Black Mixture
Рет қаралды 29 М.
How to create a blinking cursor effect in After Effects - AE Tutorial
5:50
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Learn EVERYTHING About ROTOSCOPING! (After Effects Tutorial)
6:26
After Effects Basics
Рет қаралды 52 М.
I Left After Effects For This
6:54
Michael Sturgill
Рет қаралды 143 М.
Text with CURSOR TYPING in After Effects
5:33
Xan Tips
Рет қаралды 9 М.
After Effects: Digital Screen Tutorial
16:55
Creative Dojo
Рет қаралды 72 М.
How to Create A Typing Effect in After Effects
6:22
Motion Array Tutorials
Рет қаралды 15 М.
Typewriter Type On Text Effect - Premiere Pro
7:18
Javier Mercedes
Рет қаралды 285 М.
Apple Arrow Motion Graphics in After Effects - After Effects Tutorial
16:05
Ultimate Text Morph Animation in After Effects
8:24
Ben Marriott
Рет қаралды 407 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН