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
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
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.
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!
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 :)
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.
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!
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.
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..
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.
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".
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]
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.
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.
Amazing tutorial perfect for a very specific animation I must do for work!
That’s great to hear!
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
your modification saved my day .... thanx
@@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
@@EvilDogFilmsOfficial 🙌
Saved me too thank you man! 🙏
Best and most helpful comment that saved the day
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
Awesome! Thanks very much for the tip!
Only that you have to replace default 'opacity' animator with 'scale', as the width won't change otherwise ;)
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.
A lot of thanks for making and sharing your awesome video!!
You’re welcome!
감사합니다, 유용했어요. 그런데 한번 봐서는 잘 외워지지 않아서 자주 와서 볼게요. Typewriter 효과중에 가장 마음에 듭니다.
That's awesome!
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!
Awesome! I used to do it manually as well, which was really annoying. So I started to play around a little bit :)
a lot of thanks for making and sharing your video!!
You’re welcome!
Fantastic Manuel. Thank you teacher. So good! ✌🏻🍀💫💫🍀
Thanks very much! So happy you like it!
It worked! This was pretty useful right now. THANKS!!
You’re welcome!
Magic tutorial!
Thanks!
thank you so much for sharing this!
You’re welcome!
THANK YOUUU!
You’re so welcome!
Fantastic!
Thanks!!
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 :)
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.
@@ManueldoesMotion very clever solution ! thank you so much for the tip :)
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!
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.
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?
That's awesome! I'll think about a way to do it...
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..
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.
grate tutorial
really helped a lot...
That's awesome!
what if i have 2 lines of text? The width only gets one line.... please help
This works for just one line. I would add a second text layer.
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.
Did you move a layer in the timeline?
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".
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.
I’ll try it with deactivating the expressions.
great tutorial, though i tested it and i dont think it works for multiple lines
It works for 1 line.
amazing
Thanks very much!
thanks
how make this to presets to we can use to any time by one click ???
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.
First expression doesn't update slider value, rechecked it multiple times
You might want to check out the project file…
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]
@@EvilDogFilmsOfficial Save me! Thank u!
Width idea not working if you have multiple lines
Yeah it only works for 1 line of text.
Genio total !
Thanks!
GRACIAAAAAAAAAAAAAAAAAAAS
You're welcome!
how to use to RTL ?
What is RTL?
@@ManueldoesMotion right-to-left (RTL)
@@samirdesigner3324 That should work as well. You need to right align the text. Then subtract the width from the position instead of adding it.
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.
this way when you not need to enter
Hi :)
Hi!;)
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.
Everything just went above my head lol :|
Why?
Yo
What's up?
Doesn't fucking work. Good job
👍🏻