Basic Expressions in After Effects Part 1 | Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2024
  • ► Learn how to animate with expressions in After Effects! Check out my new course:
    bit.ly/expressions-in-ae
    ► Get your free expressions sheet: bit.ly/expressions-cheat-sheet
    In this After Effects tutorial, I'll show you some useful expressions and how to apply them.
    Content:
    0:00 Intro
    0:11 Adding an expression
    0:32 The time expression
    2:10 The posterizeTime expression
    3:05 Join my newsletter
    3:15 The wiggle expression
    4:39 Pinning anchor points
    6:10 Outro
    ► Download the project file here: gumroad.com/manueldoesmotion
    ► Software: Adobe After Effects 23 (I use the "Default" Workspace in my tutorials)
    If you have any further questions, let me know in the comments below. I do my best to answer all of them!
    ► Subscribe to my channel here:
    / @manueldoesmotion
    I am very curious how this tutorial inspired your work!
    Put the link in the comments below or even better: tag me on Instagram.
    ► @manueldoesmotion
    ► / manueldoesmotion
    ► my website: www.manueldoesmotion.com
    ► behance: www.behance.net/stein-hauser
    #aftereffectstutorial #animation #motiondesign

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

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

    I am currently working on my first course: Animating with expressions in After Effects! Join my newsletter and I'll keep you posted! bit.ly/j-m-newsletter

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

    Been using AE for years and every now and then you literally forget some of this stuff. Thank you for the refresh.

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

    Another great tutorial 👍🏼 thank you Manuel🌟🌟🌟

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

    Awesome, Manuel. 🔥🔥🔥

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

    Keep making..as someone who is new to this field these are the things we really need..thanx alot🙌

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

      You're welcome! Glad the videos are helpful! I will! 🙌🏻

  • @passion_proh-jects
    @passion_proh-jects 9 หลายเดือนก่อน

    Thank you! Anchor Point for shapes, for me, has always been... challenging... So thanks for that...

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

      You're welcome! Glad it was helpful!

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

    You can also write posterizeTime(4); value;
    This also works.

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

    clean and clear explanation 😍😍

  • @zhivu-vopreki
    @zhivu-vopreki 5 หลายเดือนก่อน

    Wow, cool, thank you!

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

    Greetings from Uzbekistan! Thanks bro for the videos!!!👍

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

    Suuuper expressions Manu!
    ✨👌💪😎🙂😎👍👍✨

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

    nice one, really like your channel ❤

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

    Literally this is so much helpful 🔥🔥 need more expression tutorial 😍

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

      That’s great to hear! I’ll make a second part.

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

      @@ManueldoesMotion ❤️❤️ thanks

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

    Thank you so much sir❤️❤️

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

    thank you very mutch

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

    var duration = 5; // Toplam süre
    var repeatDuration = 1; // Tekrar etme süresi
    var t = time % repeatDuration; // Tekrar etme süresi içindeki zaman
    var openDuration = 0.5; // Hızlı açılma süresi
    var closeDuration = 0.7; // Daha yavaş kapanma süresi
    var openCloseDuration = openDuration + closeDuration; // Toplam açılış ve kapanış süresi
    // Açılış ve kapanışın tekrarlanabilir olması için bir if koşulu
    if (t < openDuration) { // Hızlı açılma
    linear(t, 0, openDuration, 0, 100);
    } else if (t > openCloseDuration) { // Tekrar etme süresi dışında kalan zamanlar
    0; // Opacity sıfır olacak
    } else { // Yavaş kapanma
    linear(t - openDuration, 0, closeDuration, 100, 0);
    }

  • @mervat.
    @mervat. ปีที่แล้ว

    You have unforgettable voice 🔥❤️

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

    many thanks sir, i am studying motion graphic for the first time.

  • @isaiaspichardo-hx4or
    @isaiaspichardo-hx4or 16 วันที่ผ่านมา

    si pudiera poner las letras que presionas estaria perfecto. Tambien si no recortaras mucho se agradeceria, en el minuto 2:04 no entiendi, como hicistes para llegar ahi

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

    Hey Manuel,
    I've got a question! Can i make animations like Magnatesmedia in Premiere Pro in place of AE!?
    And can you make tutorials of how Magnatesmedia edit their videos, even with AE would be great.
    Cheers 🤟

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

      I think you need to do a lot of it in After Effects.

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

      @@ManueldoesMotion alright alright alright 🤟

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

    How to edit like sunny v2 ?

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

    💖💖💖

  • @MuhammadZubair-yn5np
    @MuhammadZubair-yn5np 3 หลายเดือนก่อน

    How you figure out these codings. Is there anyway to learn them ?

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

      Animating with expressions in After Effects
      th-cam.com/play/PLXBrSY-3cIv0h_c1YiDNudDhpiKG--WwO.html

  • @loomonda18
    @loomonda18 5 หลายเดือนก่อน +1

    Are expressions mandatory though? Can't you just manually adjust the x/y values in the timeline?

    • @ManueldoesMotion
      @ManueldoesMotion  5 หลายเดือนก่อน +1

      They are not mandatory but they make things easier and faster. Expressions allow you to create things that aren’t possible with keyframes so it’s good to have at least basic knowledge about expressions.

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

      @@ManueldoesMotion ahh I see, thanks!

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

    my brother u really need a discord server

  • @user-jw4cb2dd1r
    @user-jw4cb2dd1r 3 หลายเดือนก่อน

    why you start record your tutorials from the middle how to creare could you rec from the beginning?

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

      It isn’t possible to go into all details in a YT video.

  • @Klausjp.ontheroadagain
    @Klausjp.ontheroadagain 10 หลายเดือนก่อน

    around 0:18, your words go and scale down, you never said click on size to scale down. So I am looking for scale and don't find it. If you teach please choose your words carefully [for dummies, lol] danke

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

      I use the cursor and drag the scale value down instead of entering a value. You can see the values decreasing.

    • @Klausjp.ontheroadagain
      @Klausjp.ontheroadagain 10 หลายเดือนก่อน

      @@ManueldoesMotion if you watch yes, but if you only listen and do in AE your Voice you are lost

  • @isaiaspichardo-hx4or
    @isaiaspichardo-hx4or 11 วันที่ผ่านมา

    este tutorial basico es como el colegio, te dan cosas basica y despues derepente te ponen una scheisse bastante compleja que no se sabe que hizo el profe

    • @ManueldoesMotion
      @ManueldoesMotion  9 วันที่ผ่านมา

      Here's a sheet with the most important expressions explained: bit.ly/expressions-cheat-sheet