Thursday 13 May 2021

Liked on YouTube: Animating font weights in After Effects | Kinetic Typography Tutorial

Animating font weights in After Effects | Kinetic Typography Tutorial
In this video I will be showing you a kinetic typography technique to animate between font weights in After Effects and better yet I will be showing you three different ways to do it. A simpler and quicker version, a more standard way of doing it but time consuming and a harder version using expressions.  The font I am using is called Made Outer Sans and you can get it for free here: https://ift.tt/2Ns8DGb Here is the expression I use for the last technique. You will need to change the font name if you use a different font and don’t forget to pickwhip from your expression to your slider control effect to get the most accurate coding for this. var array=[ "MADEOuterSans-Thin", "MADEOuterSans-Light", "MADEOuterSans", "MADEOuterSans-Medium", "MADEOuterSans-Bold", "MADEOuterSans-Black" ]; r = Math.round(thisComp.layer("Null 11").effect("Font")("Slider")); style.setFont(array[r]); // Breakdown of content Intro - 00:00​ Font Weight Animation Option 01 - 00:18 Font Weight Animation Option 02 - 02:30 Font Weight Animation Option 03 - 06:40 Outro - 11:37 // Find me elsewhere Link to my instagram: https://ift.tt/2GBQXBo I’m available to hire, check out my work here: https://ift.tt/3tV7VSm
via YouTube https://www.youtube.com/watch?v=EGi_-k9o-OM