I've put the 2 expressions with a bit more complex code below, Hope you find this video useful! Don't forget to hit the like button and subscribe if you do and want to see more After Effects tutorials! Maintain scale while parented: s = []; ps = parent.transform.scale.value; for (i = 0; i < ps.length; i++){ s[i] = value[i]*100/ps[i]; } s Delay while parented: var delay = 2; parent.fromComp( toComp( anchorPoint, time - framesToTime( delay ) ) );
Hey man, I just wanted to say that your channel is awesome! Your explanations are top-notch and the content you share is always of the highest quality. I really think that your channel deserves more recognition and I'm sure that with a little effort, you'll be able to grow your audience quickly and reach even more fellow motion designers. Keep up the great work, you've got this!
Hey Scott, I just wanted to drop by and say that you have a great way of expressing yourself! Your content is really valuable and you have a natural talent for conveying your ideas in a way that's easy to understand. I honestly don't think you need to change a thing about the way you present yourself. You speak and think like most of the Motion designers I know, and that's a huge compliment. One thing that really sets your videos apart is how you show your creative process in real-time, and explain the animation techniques right inside your projects. That's a really unique and helpful detail that makes your content feel really engaging and approachable. And best of all, you're not afraid to be yourself and show your human side. It's refreshing to see someone who doesn't rely solely on automation or AI to create content. Keep up the great work, Scott!
@@Nanobot2211 Thank you so much for the kind words! It's always a fine line of trying to get the information out, but not being too boring for the video. Especially competing with the RUclips algorithm! I like to try break everything down, as I know when I was first starting out, a lot of tutorials explain the how, but not necessarily the why, or what a certain thing may do. I think there's something nice about adding the element of human interaction and I enjoy teaching, so it's nice if it comes across like that.
In regards to "Maintaining Scale while Parented," is there a way to maintain scale in the x-axis, while the y-axis is still able to to move and scale with the parent?
@@ErikBrown-v2i I’ve not tried it but perhaps it could be done by creating separate X and Y parameters using controllers and defining each one manually
Hi Scott, awesome tutorials. Regarding your expressions for Numbers, is there a way to insert commas? What if you want to count up from 0 to say 1,234.56. Is there an easy expression for counting up a number with comma and decimal? Thanks again for sharing, cheers! 😀
For commas, you can try this expression: num = Math.round(effect("Slider Control")("Slider")); function addCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } addCommas(num)
Please im baging you to help me. How can i open the other expression. The one that you can type anything on in with no numbers and no distraction. Its just a white screen you can type anything. I real seach everywhere but nothing helped. I ALT WINDOWS click on the stopwatch icon and open the expression that you open on the video i don't want this please help me 😢
I’d say not. AE is made for VFX and Motion design, where as Davinci is more editing or comping. While you could do some motion design in Davinci, you’d probably find it much easier and faster in AE with less limitations.
I've put the 2 expressions with a bit more complex code below, Hope you find this video useful! Don't forget to hit the like button and subscribe if you do and want to see more After Effects tutorials!
Maintain scale while parented:
s = [];
ps = parent.transform.scale.value;
for (i = 0; i < ps.length; i++){
s[i] = value[i]*100/ps[i];
}
s
Delay while parented:
var delay = 2;
parent.fromComp( toComp( anchorPoint, time - framesToTime( delay ) ) );
I love that subtle but very elegant result from the maintained scale expression. Thanks for sharing.
Bro. awesome tutorial ❤❤ more expression tutorial
Explained in very simple way. Thank you ❣️
Excellent, I will be back many times to explore each one!
These are awesome, thank you so much!
Best video i ev ever ever seeeen 🤩
Hey man, I just wanted to say that your channel is awesome! Your explanations are top-notch and the content you share is always of the highest quality. I really think that your channel deserves more recognition and I'm sure that with a little effort, you'll be able to grow your audience quickly and reach even more fellow motion designers. Keep up the great work, you've got this!
Hey, thank you so much! I hope sometimes I don’t talk too much. It’s hard deciding what to cut and what to keep 😅
Hey Scott, I just wanted to drop by and say that you have a great way of expressing yourself! Your content is really valuable and you have a natural talent for conveying your ideas in a way that's easy to understand. I honestly don't think you need to change a thing about the way you present yourself. You speak and think like most of the Motion designers I know, and that's a huge compliment.
One thing that really sets your videos apart is how you show your creative process in real-time, and explain the animation techniques right inside your projects. That's a really unique and helpful detail that makes your content feel really engaging and approachable. And best of all, you're not afraid to be yourself and show your human side. It's refreshing to see someone who doesn't rely solely on automation or AI to create content. Keep up the great work, Scott!
@@Nanobot2211 Thank you so much for the kind words! It's always a fine line of trying to get the information out, but not being too boring for the video. Especially competing with the RUclips algorithm!
I like to try break everything down, as I know when I was first starting out, a lot of tutorials explain the how, but not necessarily the why, or what a certain thing may do. I think there's something nice about adding the element of human interaction and I enjoy teaching, so it's nice if it comes across like that.
Amazing Expressions, thank you
Brilliant, clear, quite concise
Thanks mate!
Great tutorial,
Thanks!
In regards to "Maintaining Scale while Parented," is there a way to maintain scale in the x-axis, while the y-axis is still able to to move and scale with the parent?
@@ErikBrown-v2i I’ve not tried it but perhaps it could be done by creating separate X and Y parameters using controllers and defining each one manually
Thanks a lot
Thanks for watching!
Nice work. Thank you! New Sub.
Thank you!
Hi Scott, awesome tutorials. Regarding your expressions for Numbers, is there a way to insert commas? What if you want to count up from 0 to say 1,234.56. Is there an easy expression for counting up a number with comma and decimal? Thanks again for sharing, cheers! 😀
For commas, you can try this expression:
num = Math.round(effect("Slider Control")("Slider"));
function addCommas(x) {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
}
addCommas(num)
Please im baging you to help me. How can i open the other expression. The one that you can type anything on in with no numbers and no distraction. Its just a white screen you can type anything. I real seach everywhere but nothing helped. I ALT WINDOWS click on the stopwatch icon and open the expression that you open on the video i don't want this please help me 😢
how to stop and start time at desired time frame ?
do tell me when you get to know
davinci can't compete with ae on motion design, right?
I’d say not. AE is made for VFX and Motion design, where as Davinci is more editing or comping. While you could do some motion design in Davinci, you’d probably find it much easier and faster in AE with less limitations.
@@motionbyscott thanks!!
What to do if i just want to repeat the effect twice
Use keyframe🤷🏾♂️
#241 subscriber
Thank you!
what to do if I can't write down the script?
At which part sorry?
But I think the first expression is already effect called wiggle position. Am I right??
I will have to check this, it's not something i'm aware of!
AE Text is so small to watch, pls zoom video.
Loop, shows the loop 2x, shows the loop 2x 😂🖤🍭🫶😎🐓