10 Amazing Expressions You NEED To Know In After Effects

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 มิ.ย. 2024
  • In this After Effects tutorial, I'm going to cover 10 amazing expressions you must know within Adobe After Effects! Expressions can really level up your motion design and After Effects skills and these 10 expressions in this video are some great expressions to get started with.
    ►Jr.Canest's Expression Sheet:
    docs.google.com/spreadsheets/...
    _____________________________________________________________
    ▼ SUPPORT THE CHANNEL (& get something back ❤️) ▼
    👉️ Land Your Dream Clients:
    motionhatch.teachable.com/a/a...
    👉️ FREE After Effects Project Files:
    motionbyscott.gumroad.com/
    _____________________________________________________________
    📃 Table of Contents:
    0:00 - Intro
    0:07 - Wiggle
    1:03 - Time
    2:10 - Posterize Time
    3:41 - Loop Out
    5:21 - Math Round
    6:43 - Value To Fixed
    7:26 - Opposite Math
    8:16 - Random
    9:30 - Maintain Scale While Parented
    10:40 - Delay
    12:17 - Expression Controls
    _____________________________________________________________
    ▼MY ESSENTIAL GEAR▼
    ▶️ Mouse: amzn.to/3Eciuaa
    ▶️ Keyboard: amzn.to/45pWEfh
    ▶️ Microphone: amzn.to/3swjKlS
    ▶️ Key Light: amzn.to/3PfXTYH
    _____________________________________________________________
    ▼ CONNECT WITH ME ▼
    ✅ TWITTER:
    / motionbyscott
    ✅ INSTAGRAM:
    / motionbyscott
    _____________________________________________________________
    ▼ CONTACT ▼
    For business enquiries please contact: motionbyscott@gmail.com
    *Some of the links in this description are affiliate links that I get a kickback from 😜
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 36

  • @motionbyscott
    @motionbyscott  ปีที่แล้ว +8

    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
    @jeorc 7 หลายเดือนก่อน +2

    I love that subtle but very elegant result from the maintained scale expression. Thanks for sharing.

  • @atomicstudio6045
    @atomicstudio6045 10 หลายเดือนก่อน

    Excellent, I will be back many times to explore each one!

  • @edithagent9714
    @edithagent9714 ปีที่แล้ว +2

    Explained in very simple way. Thank you ❣️

  • @annarose8452
    @annarose8452 9 หลายเดือนก่อน +1

    These are awesome, thank you so much!

  • @OWSXJ
    @OWSXJ ปีที่แล้ว +1

    Amazing Expressions, thank you

  • @KamranKhan-hc2sp
    @KamranKhan-hc2sp ปีที่แล้ว +1

    Great tutorial,

  • @dvhughesdesign
    @dvhughesdesign ปีที่แล้ว +1

    Nice work. Thank you! New Sub.

  • @Nanobot2211
    @Nanobot2211 ปีที่แล้ว +2

    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
      @motionbyscott  ปีที่แล้ว +1

      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
      @Nanobot2211 ปีที่แล้ว +1

      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
      @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 TH-cam 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.

  • @richochet
    @richochet 9 หลายเดือนก่อน +1

    Brilliant, clear, quite concise

  • @syedahmadali4352
    @syedahmadali4352 ปีที่แล้ว +1

    Thanks a lot

  • @nickjames5602
    @nickjames5602 10 หลายเดือนก่อน

    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! 😀

    • @pallaviekbote
      @pallaviekbote 29 วันที่ผ่านมา

      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)

  • @noyceofficial
    @noyceofficial 24 วันที่ผ่านมา

    how to stop and start time at desired time frame ?

  • @IqraaFamilyProduction
    @IqraaFamilyProduction ปีที่แล้ว +1

    #241 subscriber

  • @akshay.-K
    @akshay.-K 7 หลายเดือนก่อน

    What to do if i just want to repeat the effect twice

    • @CourageJackson
      @CourageJackson 5 หลายเดือนก่อน

      Use keyframe🤷🏾‍♂️

  • @ebertfr
    @ebertfr 9 หลายเดือนก่อน +1

    davinci can't compete with ae on motion design, right?

    • @motionbyscott
      @motionbyscott  9 หลายเดือนก่อน +1

      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
      @ebertfr 9 หลายเดือนก่อน +1

      @@motionbyscott thanks!!

  • @elizavetanerekhova2317
    @elizavetanerekhova2317 ปีที่แล้ว

    what to do if I can't write down the script?

  • @remankatbeh5735
    @remankatbeh5735 ปีที่แล้ว

    But I think the first expression is already effect called wiggle position. Am I right??

    • @motionbyscott
      @motionbyscott  ปีที่แล้ว

      I will have to check this, it's not something i'm aware of!

  • @shiyadevi9995
    @shiyadevi9995 หลายเดือนก่อน

    AE Text is so small to watch, pls zoom video.

  • @polyritmo
    @polyritmo 9 หลายเดือนก่อน

  • @ItsWesSmithYo
    @ItsWesSmithYo 7 หลายเดือนก่อน +1

    Loop, shows the loop 2x, shows the loop 2x 😂🖤🍭🫶😎🐓