Amazing tutorial perfect for a very specific animation I must do for work!
@ManueldoesMotion6 ай бұрын
That’s great to hear!
@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
@imanqoly Жыл бұрын
your modification saved my day .... thanx
@EvilDogFilmsOfficial Жыл бұрын
@@imanqoly The amount of time I found that one comment that saved me hours of headaches, glad I'm finally the one helping someone :D
@imanqoly Жыл бұрын
@@EvilDogFilmsOfficial 🙌
@geoffreybellec883328 күн бұрын
Saved me too thank you man! 🙏
@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.
@Soody_choi3 ай бұрын
감사합니다, 유용했어요. 그런데 한번 봐서는 잘 외워지지 않아서 자주 와서 볼게요. Typewriter 효과중에 가장 마음에 듭니다.
@ManueldoesMotion3 ай бұрын
That's awesome!
@dancu92713 ай бұрын
A lot of thanks for making and sharing your awesome video!!
@ManueldoesMotion3 ай бұрын
You’re welcome!
@dancu92713 ай бұрын
a lot of thanks for making and sharing your video!!
@ManueldoesMotion3 ай бұрын
You’re welcome!
@entidadalan49672 жыл бұрын
Fantastic Manuel. Thank you teacher. So good! ✌🏻🍀💫💫🍀
@ManueldoesMotion2 жыл бұрын
Thanks very much! So happy you like it!
@amritaaryan2 жыл бұрын
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
@ManueldoesMotion2 жыл бұрын
Awesome! Thanks very much for the tip!
@AugustMarlin2 жыл бұрын
Only that you have to replace default 'opacity' animator with 'scale', as the width won't change otherwise ;)
@JosepMotion2 жыл бұрын
It worked! This was pretty useful right now. THANKS!!
@ManueldoesMotion2 жыл бұрын
You’re welcome!
@unfoldlab Жыл бұрын
Magic tutorial!
@ManueldoesMotion Жыл бұрын
Thanks!
@MayAai006 ай бұрын
thank you so much for sharing this!
@ManueldoesMotion6 ай бұрын
You’re welcome!
@madebydbm2 жыл бұрын
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!
@ManueldoesMotion2 жыл бұрын
Awesome! I used to do it manually as well, which was really annoying. So I started to play around a little bit :)
@nyetre7665 Жыл бұрын
THANK YOUUU!
@ManueldoesMotion Жыл бұрын
You’re so welcome!
@codelearning96245 ай бұрын
Fantastic!
@ManueldoesMotion5 ай бұрын
Thanks!!
@KamranKhan-hc2sp2 жыл бұрын
grate tutorial really helped a lot...
@ManueldoesMotion2 жыл бұрын
That's awesome!
@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 Жыл бұрын
That's awesome! I'll think about a way to do it...
@1379rooms2 жыл бұрын
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 :)
@ManueldoesMotion2 жыл бұрын
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.
@1379rooms2 жыл бұрын
@@ManueldoesMotion very clever solution ! thank you so much for the tip :)
@veryseriousperson10 ай бұрын
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..
@ManueldoesMotion9 ай бұрын
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.
@hellofilmeditor5 ай бұрын
amazing
@ManueldoesMotion5 ай бұрын
Thanks very much!
@onclebobify2 жыл бұрын
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!
@ManueldoesMotion2 жыл бұрын
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.
@vlopez57 ай бұрын
Genio total !
@ManueldoesMotion7 ай бұрын
Thanks!
@wendyhuang36677 күн бұрын
what if i have 2 lines of text? The width only gets one line.... please help
@ManueldoesMotion6 күн бұрын
This works for just one line. I would add a second text layer.
@Martu459198 ай бұрын
GRACIAAAAAAAAAAAAAAAAAAAS
@ManueldoesMotion8 ай бұрын
You're welcome!
@JosepMotion2 жыл бұрын
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".
@ManueldoesMotion2 жыл бұрын
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.
@ManueldoesMotion2 жыл бұрын
I’ll try it with deactivating the expressions.
@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 Жыл бұрын
Did you move a layer in the timeline?
@thatGreninjaGuy3 ай бұрын
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.
@wasimnatfaji63427 ай бұрын
Width idea not working if you have multiple lines
@ManueldoesMotion7 ай бұрын
Yeah it only works for 1 line of text.
@samirdesigner33242 жыл бұрын
thanks how make this to presets to we can use to any time by one click ???
@ManueldoesMotion2 жыл бұрын
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_editor2 жыл бұрын
First expression doesn't update slider value, rechecked it multiple times
@ManueldoesMotion2 жыл бұрын
You might want to check out the project file…
@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 Жыл бұрын
@@EvilDogFilmsOfficial Save me! Thank u!
@tonnas132819 күн бұрын
this way when you not need to enter
@grafinject2 жыл бұрын
Hi :)
@ManueldoesMotion2 жыл бұрын
Hi!;)
@TehAuroraWolf11 ай бұрын
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.
@Marforaep2 жыл бұрын
Yo
@ManueldoesMotion2 жыл бұрын
What's up?
@samirdesigner33242 жыл бұрын
how to use to RTL ?
@ManueldoesMotion2 жыл бұрын
What is RTL?
@samirdesigner33242 жыл бұрын
@@ManueldoesMotion right-to-left (RTL)
@ManueldoesMotion2 жыл бұрын
@@samirdesigner3324 That should work as well. You need to right align the text. Then subtract the width from the position instead of adding it.