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 ) ) );
@jeorc Жыл бұрын
I love that subtle but very elegant result from the maintained scale expression. Thanks for sharing.
@edithagent9714 Жыл бұрын
Explained in very simple way. Thank you ❣️
@atomicstudio6045 Жыл бұрын
Excellent, I will be back many times to explore each one!
@annarose8452 Жыл бұрын
These are awesome, thank you so much!
@Nothing-z7o1c21 күн бұрын
Best video i ev ever ever seeeen 🤩
@OWSXJ Жыл бұрын
Amazing Expressions, thank you
@richochet Жыл бұрын
Brilliant, clear, quite concise
@motionbyscott Жыл бұрын
Thanks mate!
@Nanobot2211 Жыл бұрын
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!
@motionbyscott Жыл бұрын
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 😅
@Nanobot2211 Жыл бұрын
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!
@motionbyscott Жыл бұрын
@@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 KZbin 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.
@KamranKhan-hc2sp Жыл бұрын
Great tutorial,
@motionbyscott Жыл бұрын
Thanks!
@dvhughesdesign Жыл бұрын
Nice work. Thank you! New Sub.
@motionbyscott Жыл бұрын
Thank you!
@syedahmadali4352 Жыл бұрын
Thanks a lot
@motionbyscott Жыл бұрын
Thanks for watching!
@noyceofficial6 ай бұрын
how to stop and start time at desired time frame ?
@abdullahlarik885 ай бұрын
do tell me when you get to know
@nickjames5602 Жыл бұрын
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! 😀
@pallaviekbote6 ай бұрын
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)
@ebertfr Жыл бұрын
davinci can't compete with ae on motion design, right?
@motionbyscott Жыл бұрын
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.
@ebertfr Жыл бұрын
@@motionbyscott thanks!!
@akshay.-K Жыл бұрын
What to do if i just want to repeat the effect twice
@CourageJackson11 ай бұрын
Use keyframe🤷🏾♂️
@remankatbeh5735 Жыл бұрын
But I think the first expression is already effect called wiggle position. Am I right??
@motionbyscott Жыл бұрын
I will have to check this, it's not something i'm aware of!