Motion Graphics Tutorial | Pro Logo Animation in After Effects

Sdílet
Vložit
  • čas přidán 1. 06. 2024
  • Looking to improve your motion graphics skills and create professional-looking logo animations?
    Check out this "Pro Logo Animation in After Effects" tutorial!
    In this After Effects tutorial, you'll learn step-by-step how to create dynamic logo animation, including adding visual effects, working with keyframes, and using shape layers. Perfect for beginners and advanced users, this tutorial is a must-watch for aspiring motion designers looking to up their logo animation game.
    So, whether you're looking for an After Effects tutorial or a motion graphics tutorial, be sure to check out this video today!
    ✅ Watch My Course in Motion Graphics in AE:
    motionguru.net/motion-design-...
    ✅ The Bounce expression is pinned in the comments section.
    🎓Tutorials related to this video:
    Pro Logo Animation (Part 02): • Motion Graphics Tutori...
    Lettering Animation in AE: • Lettering Animation & ...
    Twist Animation In AE: • Motion Graphics Tutori...
    Showing Items in AE: • Motion Graphics Tutori...
    🚶 Follow me online: Linkedin: / jafarfazel
    FacebookGroup: / motionguru
    Instagram: / motionguru_net
    Behance: www.behance.net/jafarfazel
    📁 Project Files: motionguru.net/bouncy_logo_an...
    00:00 - Intro
    01:03 - Preparing the scene
    01:22 - Animating the Letter O
    05:15 - Working on the letter B
    07:34 - Animating the Letter U
    09:44 - Working on the letter N
    11:30 - Animating the Letter Y
    14:15 - Working on the letter C
    18:49 - Hitting the letter C to N
    21:03 - Hitting the letter C to Y
    21:53 - Adding details to the Animation of N
    22:30 - What you'll learn in the next video.
    #motiongraphicstutorial #aftereffectstutorials #motiongraphics
  • Krátké a kreslené filmy

Komentáře • 210

  • @JafarFazel
    @JafarFazel  Před rokem +75

    The Bouncy Expression I used:
    amp = .1;
    freq = 1;
    decay = 1.5;
    n = 0;
    time_max = 4;
    if (numKeys > 0){
    n = nearestKey(time).index;
    if (key(n).time > time){
    n--;
    }}
    if (n == 0){ t = 0;
    }else{
    t = time - key(n).time;
    }
    if (n > 0 && t < time_max){
    v = velocityAtTime(key(n).time - thisComp.frameDuration/10);
    value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);
    }else{value}

    • @Twenty10sMedia
      @Twenty10sMedia Před rokem +1

      Hi it's me again. This formula where do I copy and paste to? Each letter? I am new to AE. Thanks

    • @JafarFazel
      @JafarFazel  Před rokem +6

      @@Twenty10sMedia watch this time: czcams.com/video/pJLZU7ffXDA/video.htmlm52s
      first, animate the position then Hold Alt and left-click on the stopwatch of the position and paste the expression as I did.

    • @Twenty10sMedia
      @Twenty10sMedia Před rokem +2

      @@JafarFazel Thank You, I will attempt again.. Knowledge is power. I appreciate you sharing your knowledge w us....

    • @sunnykholape3348
      @sunnykholape3348 Před rokem

      @@Twenty10sMedia hello apka insta id do bhai

    • @Fff-jx8nv
      @Fff-jx8nv Před 10 měsíci

      The expression is not working
      Error line 9 and 13

  • @KSR678
    @KSR678 Před 9 měsíci +3

    Thank you! It worked! Love it!

  • @loomonda18
    @loomonda18 Před 4 měsíci +1

    Helpful thank you!!

  • @yupis999
    @yupis999 Před 11 měsíci +5

    The greatest tutorial about this animation!

  • @rickdon830
    @rickdon830 Před 9 měsíci +9

    This video has helped me a lot! Thanks man!

  • @munavvirbm.
    @munavvirbm. Před rokem +2

    Very glad to found you🎉

  • @MrGolubez
    @MrGolubez Před 9 měsíci +1

    thanks a lot bro, great tut

  • @ajaysakpal4404
    @ajaysakpal4404 Před rokem +1

    Thank you for the tutorial

  • @farazsiddiqui6999
    @farazsiddiqui6999 Před 3 měsíci

    Great Tutorial.

  • @hitsbhajanhindi5281
    @hitsbhajanhindi5281 Před 9 měsíci

    Thanks for Sharing the knowledge... Amazing Bro...

  • @AymenLearns
    @AymenLearns Před rokem

    Dude YOU are the best

  • @levy2466
    @levy2466 Před 10 měsíci

    I love it :D

  • @amanjotsingh3714
    @amanjotsingh3714 Před rokem

    Great ❤️

  • @naturesoundup
    @naturesoundup Před rokem

    You rock!

  • @user-od3cv9gd1d
    @user-od3cv9gd1d Před 9 měsíci +1

    wtf, it actually worked perfectly

  • @FocusK
    @FocusK Před 6 měsíci

    I have purchased it.
    hope this helps me🙂👍

  • @diegito2279
    @diegito2279 Před rokem

    Genial tutorial

  • @user-ng4ti4qr1h
    @user-ng4ti4qr1h Před rokem

    Thank you

  • @arifjnt
    @arifjnt Před rokem +1

    I am a big fan of you. 😍

  • @mahabubistihak8779
    @mahabubistihak8779 Před rokem

    awesome

  • @user-no7ob2ch8r
    @user-no7ob2ch8r Před 9 měsíci +1

    Bro first of all how to create that bouncy font and frame can you please tell me strp by step

  • @richochet
    @richochet Před 9 měsíci

    Great video Jafar,
    Ps why are there so many ads?

  • @ADJ.5
    @ADJ.5 Před 8 měsíci

    when i set the position for B it doesnt just pop out of the letter O like yours its fixed in the spot where it should pop out from before O even gets there, what am i doing wrong

  • @mttpul9843
    @mttpul9843 Před 11 měsíci +6

    Amazing tutorial! I dont have the property to animate the inner ellipse size though at 04:55 😭

    • @JafarFazel
      @JafarFazel  Před 11 měsíci +5

      Thanks, the O letter is created with two 'ellipses' and a 'merge path' modifier whose mode is 'subtract', watch the beginning of this tutorial for a better understanding.
      czcams.com/video/MWux0oApDsY/video.html

    • @catman3573
      @catman3573 Před 5 měsíci

      thanks@@JafarFazel

  • @spook1359
    @spook1359 Před 11 měsíci +1

    Bro just casually dropped the most usefull ae tutorial

  • @massimovies7266
    @massimovies7266 Před 7 měsíci +6

    Hello man, how do you separate each letter to a different text in the timeline at the beginning?

    • @gomteshkumbhojkar9959
      @gomteshkumbhojkar9959 Před 5 měsíci +3

      Bro just type each word seperate and go to... Layer-->Create-->Create Shapes from text..

  • @kait_imt4873
    @kait_imt4873 Před 7 měsíci

    Thanks for your tutorial💓💓Really helpful. BUT may I ask
    What is the motion tool that u r using? A plugin?

    • @JafarFazel
      @JafarFazel  Před 7 měsíci

      You're very welcome!
      This is the old version of the script that I used in this tutorial and you can download it here:
      drive.google.com/file/d/1epgpflUREeC7kEBrE11GEtittkeBCKx2/view?usp=sharing
      But now the pro version is released for free.
      motiondesign.school/products/motion-tools/

  • @canderamallo3041
    @canderamallo3041 Před 4 měsíci +1

    Hi! I'm new to AE and Illustrator so maybe this is basic knowledge... but how did you import the logo from Illustrator so that you can later edit the inner ellipse of the letter "o"? I've tried designing my own logo in Ai but when I export it, I can't edit the ellipse :(

    • @JafarFazel
      @JafarFazel  Před 4 měsíci +2

      Hello! I made the logo in After Effects;
      The O letter is created with two 'ellipses' and a 'merge path' modifier whose mode is 'subtract', watch the beginning of this tutorial for a better understanding.
      czcams.com/video/MWux0oApDsY/video.html

  • @mahabubistihak8779
    @mahabubistihak8779 Před rokem +1

    please upload some videos with gredient shape

  • @fernandatrimaharani9254

    hello, thank you in advance for this extraordinary tutor but i want to ask where i can display the motion tool? i have the 2023 version but it's not the same

    • @JafarFazel
      @JafarFazel  Před 10 dny

      Motion Tools is a script and After Effects does not have it by default, you have to download it.

  • @wingtungg
    @wingtungg Před 4 měsíci

    Hi, I understand that you are using the designed font. Do you think it would be suitable for this animation if I use another font? For example, they could initially be positioned in the same place and then spread and bounce. Cause I noticed that all your letter have an "o" shape at the base, which creates consistency when all the letters are positioned in the same place. Thanks!

    • @JafarFazel
      @JafarFazel  Před 4 měsíci

      Hi, your accuracy is admirable!
      Yes, you can; apart from that, you can use other fonts that are thick and compact for this animation.

    • @wingtungg
      @wingtungg Před 4 měsíci

      @@JafarFazel thanks and thank you for your tutorial!

  • @dowbuszo
    @dowbuszo Před 5 měsíci

    Can someone explain how to move with Shift + PgDn on Macbook?

  • @devonwhite1864
    @devonwhite1864 Před 8 měsíci +1

    hello @jafarfazel, would you please make a tutorial on how to create the complete ""bouncy" word using shapes like yours and add it to this series !! ik the O letter but rest i cant make

  • @quyhuong6227
    @quyhuong6227 Před 3 měsíci

    hi can you tell me why I can't use shift+PgDn in 2:03 pls 🥺

  • @twincitiz6046
    @twincitiz6046 Před rokem +1

    bro please make the video where you set all the layer this all ellipse path one two group one etc.

    • @JafarFazel
      @JafarFazel  Před rokem

      sure!

    • @JafarFazel
      @JafarFazel  Před 11 měsíci

      The O letter is created with two 'ellipses' and a 'merge path' modifier whose mode is 'subtract', watch the beginning of this tutorial for a better understanding.
      czcams.com/video/MWux0oApDsY/video.html

  • @twincitiz6046
    @twincitiz6046 Před rokem

    hi, bro how you just animate both side of o's inner or outer part i didn't see ellipse path 1 and 2 in my after effect please tell me love from india

    • @JafarFazel
      @JafarFazel  Před rokem

      Hi, the O letter is created with two 'ellipses' and a 'merge path' modifier whose mode is 'subtract', watch the beginning of this tutorial for a better understanding.
      czcams.com/video/MWux0oApDsY/video.html

    • @twincitiz6046
      @twincitiz6046 Před rokem

      @@JafarFazel thank you so much

  • @nobley1
    @nobley1 Před rokem

    Great tutorial, thanks
    What's the name of the font you used pls??

    • @JafarFazel
      @JafarFazel  Před rokem +1

      you're welcome!
      if you mean the Logo, it was designed, it's not a font.

    • @nobley1
      @nobley1 Před rokem

      @@JafarFazel Alright thanks, much appreciated.
      I was able to use the 'convert text to shape' option. Worked just fine

  • @erickroav
    @erickroav Před 9 měsíci

    Like !

  • @MatT-fx9vv
    @MatT-fx9vv Před 9 měsíci

    I want to create the same text(font) how did you do it because I used the font: Eras Bold ITC but it doesn’t look the same 😢

    • @missamysenpai
      @missamysenpai Před 9 měsíci

      same here . did u manage to find the font ?

  • @latifqarar7035
    @latifqarar7035 Před rokem

    How can a good motion graphic designer like?
    where did you learn like this motion graphic design ?

    • @JafarFazel
      @JafarFazel  Před rokem +1

      I don't think you can get all the motion graphics skills you need to become a pro motion designer in one place.
      I myself have learned over the years and by looking at various pieces of training;
      I recommend you use any training you see in your projects, after a while, you will see that you have improved a lot.

  • @radhikagupta9774
    @radhikagupta9774 Před rokem

    heyy can you please tell me how you create letter logo in after effects?

  • @abdulrehman7711
    @abdulrehman7711 Před rokem +1

    sir please make more videos on logo animation

  • @paulokiangalangonga7211
    @paulokiangalangonga7211 Před 7 měsíci

    I have problems creating a margin by combining shift + Pg Dn, how do I do it?

  • @abdalsatary4046
    @abdalsatary4046 Před rokem

    ❤❤❤

  • @webelieveintrump8949
    @webelieveintrump8949 Před 11 měsíci

    can you explain us about freelancing and how to earn money has beginner

  • @user-ek5qs8yr4x
    @user-ek5qs8yr4x Před 8 měsíci

    perfect amazing animation which fonts name you used

    • @JafarFazel
      @JafarFazel  Před 8 měsíci +1

      Thanks!
      if you mean the Logo, it was designed, it's not a font.

    • @user-ek5qs8yr4x
      @user-ek5qs8yr4x Před 8 měsíci

      thanks i understand it's a illustrator shape designed@@JafarFazel

  • @shukrullahkhalili2629
    @shukrullahkhalili2629 Před 10 měsíci

    hi thank you for the video and can you expline about motion tools how to get that ??? tnx

    • @JafarFazel
      @JafarFazel  Před 10 měsíci

      motiondesign.school/products/motion-tools/

    • @constancebgk6510
      @constancebgk6510 Před 5 měsíci

      @@JafarFazel hello! I've installed the extension but when I try to use it it's not working and it's asking me to change something in Preference which I also can't find... help please

    • @JafarFazel
      @JafarFazel  Před 5 měsíci

      Hello, please watch this part:
      czcams.com/video/66ytktbd7BE/video.htmlm53s
      @@constancebgk6510

  • @namekpictures6915
    @namekpictures6915 Před 9 měsíci

    Bro idk when u added the elips effect .. That step where the elips appears please help

    • @JafarFazel
      @JafarFazel  Před 9 měsíci

      the O letter is created with two 'ellipses' and a 'merge path' modifier whose mode is 'subtract', watch the beginning of this tutorial for a better understanding.
      czcams.com/video/MWux0oApDsY/video.html

  • @bimbims8796
    @bimbims8796 Před 11 dny

    Hai first of all sorry my english if its bad. can i ask i'm struggling to change the O shape to filling the middle one how you do that? at 4:50 thanks

    • @JafarFazel
      @JafarFazel  Před 11 dny

      Thanks, the O letter is created with two 'ellipses' and a 'merge path' modifier whose mode is 'subtract', watch the beginning of this tutorial for a better understanding.
      czcams.com/video/MWux0oApDsY/video.html

    • @bimbims8796
      @bimbims8796 Před 11 dny

      @@JafarFazel Ah... OK i'll watch it. thank's again subs

  • @David_Barch
    @David_Barch Před rokem

    hello i dont have setting to change a scale inside letter O what i do wrong?

    • @JafarFazel
      @JafarFazel  Před rokem

      Hello
      First, tell me how you made the O letter; with the pen tool or ellipse tool.

  • @official_Chesterlo
    @official_Chesterlo Před rokem

    Can you inlcude the expressions used on this tutorial here? great tutorial

    • @JafarFazel
      @JafarFazel  Před rokem

      Of course, thanks for reminding me!😅
      I pinned it in the comments section.

    • @Twenty10sMedia
      @Twenty10sMedia Před rokem

      @@JafarFazel Hi, I must of missed something. Where do I add the bouncy logo animation formula? Many thanks

    • @JafarFazel
      @JafarFazel  Před rokem

      @@Twenty10sMedia Hi, unfortunately, I did not understand what you mean! please explain more.

    • @JuanDoesArts
      @JuanDoesArts Před 4 měsíci

      @@JafarFazel He means, how does expression work. he tried a lot to copy and paste it, but nothing happened.

  • @zukofunnythings
    @zukofunnythings Před 6 měsíci

    how'd you make curve the animation path?

    • @JafarFazel
      @JafarFazel  Před 6 měsíci

      by the Pen Tool, Hold Alt and click on the keyframes on the animation path

  • @Official_kod
    @Official_kod Před 11 měsíci

    Nice vid bro... what font is this?

    • @JafarFazel
      @JafarFazel  Před 11 měsíci +1

      Thanks!
      if you mean the Logo, it was designed, it's not a font.

  • @Alpha_DTF_Print
    @Alpha_DTF_Print Před 6 měsíci

    🌟 @‌AlphaDTFPrint is turning heads with their latest post! Ever tried UV DTF Gang sheets? Let's chat about your favorite DTF printing supplies! 💬 #DTFSupplies

  • @sharonaishwariya5801
    @sharonaishwariya5801 Před 2 měsíci

    I am currently practicing motion graphics and using this video as a reference. I couldn't get the graph in the way you show it in the video. What could have gone wrong?

    • @JafarFazel
      @JafarFazel  Před 2 měsíci

      Maybe the value graph is shown to you, you should change it to the speed graph

    • @sharonaishwariya5801
      @sharonaishwariya5801 Před měsícem

      @@JafarFazel Thank you :)

  • @DungTran-lc2iz
    @DungTran-lc2iz Před 3 měsíci

    Hello, i have to ask u that at 2.17 How to turn sharp corners into round ones like that . tks

    • @JafarFazel
      @JafarFazel  Před 3 měsíci

      Alt+Click on the path's point

    • @DungTran-lc2iz
      @DungTran-lc2iz Před 3 měsíci

      @@JafarFazel yes i know that where i use pentool and press alt will can stretch point but on ae 2024 cannot do that, i think some setting was wrong but i dont know how to fix it and still stuck in this for a week 🥲🥲

    • @DungTran-lc2iz
      @DungTran-lc2iz Před 3 měsíci

      @@JafarFazel aahh i love all your project and still follow u to learn ❤❤❤

    • @JafarFazel
      @JafarFazel  Před 3 měsíci

      Thanks mate!❤@an-lc2iz

  • @mohdmzee808
    @mohdmzee808 Před 5 měsíci

    Im the complete beginner plz help to do this

  • @Apenas_Fazendo_lyrics
    @Apenas_Fazendo_lyrics Před 7 měsíci

    Someone know whats the font type, the one who is in the vídeo isn't the true one on my ae

    • @JafarFazel
      @JafarFazel  Před 7 měsíci

      It was designed, it's not a font.

  • @NormanKhumaloUncleIno
    @NormanKhumaloUncleIno Před 10 měsíci

    what buttons u press to curve the path?

    • @JafarFazel
      @JafarFazel  Před 10 měsíci +1

      Hold Alt and drag the path's point

    • @NormanKhumaloUncleIno
      @NormanKhumaloUncleIno Před 10 měsíci

      @@JafarFazel it doesn’t work I tried alt I tried shift and control so confused 😂😭

    • @JafarFazel
      @JafarFazel  Před 10 měsíci +2

      ​@@NormanKhumaloUncleIno you must first pick up the pen tool then hold Alt and drag.

    • @NormanKhumaloUncleIno
      @NormanKhumaloUncleIno Před 10 měsíci

      @@JafarFazel lord I forgot the pen 😭😭😭😂😂😂😂😂😂😂😂😂😂😂Oky back on track can I get ur instagram so I can ask for help if u don’t mind 😂😂😅trying to Learn

  • @durianpunggur4598
    @durianpunggur4598 Před 7 měsíci

    how to you make U adn N letter ? what tools?

    • @JafarFazel
      @JafarFazel  Před 7 měsíci

      The O letter is created with two 'ellipses' and a 'merge path' modifier whose mode is 'subtract', watch the beginning of this tutorial for a better understanding.
      czcams.com/video/MWux0oApDsY/video.html

  • @PlushaKisa
    @PlushaKisa Před 6 měsíci

    Can you please tell me what font it is ?🙏💖🥺

    • @JafarFazel
      @JafarFazel  Před 6 měsíci +1

      it's not a font, it's designed.

  • @adminchamnan8080
    @adminchamnan8080 Před 11 dny

    4:28

  • @Sdachneak
    @Sdachneak Před 4 měsíci

    Name font guy?

  • @samgreen1241
    @samgreen1241 Před 11 dny

    how do you curve the animation path

    • @JafarFazel
      @JafarFazel  Před 11 dny

      by the Pen Tool, Hold Alt and click on the keyframes on the animation path

  • @Standard-ow3xj
    @Standard-ow3xj Před 7 měsíci +1

    how can we create the bouncy expression on our own ?
    Someone plz help

    • @junebolneo
      @junebolneo Před 7 měsíci

      I guess I must have skipped a few tutorials here since I have no clue where to find the "bounce expression" or how to figure it out. I got so frustrate, I just dropped off from that part of the video. The first parts of the video was pretty helpful tho.

    • @JafarFazel
      @JafarFazel  Před 6 měsíci

      Bounce expression is pinned in the comments section

    • @JafarFazel
      @JafarFazel  Před 6 měsíci

      Bounce expression is pinned in the comments section

  • @user-ir5yc9gu5w
    @user-ir5yc9gu5w Před 3 měsíci

    font name

  • @elcan_27
    @elcan_27 Před 5 měsíci

    0:33 gosto de comprar SEGUIDORES no avanco social porque chega rápido

  • @EnglishDailyDose-ti9vs
    @EnglishDailyDose-ti9vs Před 11 měsíci

    FREE CESYRO

  • @jimhernandez6241
    @jimhernandez6241 Před 7 měsíci

    Tienes cupones de descuento para el curso?

    • @JafarFazel
      @JafarFazel  Před 7 měsíci

      Yes

    • @jimhernandez6241
      @jimhernandez6241 Před 7 měsíci

      @@JafarFazel podrías ayudarme con uno para conseguir mayor descuento amigo.

  • @DARK-wi8lr
    @DARK-wi8lr Před rokem +2

    Files ai pls

  • @Heythatsjeremy
    @Heythatsjeremy Před 11 měsíci

    When i download the project file, all i get is a .rar file. Where is the project file?

    • @JafarFazel
      @JafarFazel  Před 11 měsíci

      Well, extract it, the project file is inside the rar file.
      However, if you still have problems, send me a message and I will send it to you directly. jafarfazel90@gmail.com

  • @KingOfHydra
    @KingOfHydra Před 5 měsíci

    how to get ellipse on latter "O "?

    • @JafarFazel
      @JafarFazel  Před 5 měsíci

      The O letter is created with two 'ellipses' and a 'merge path' modifier whose mode is on 'subtract', watch the beginning of this tutorial for a better understanding.
      czcams.com/video/MWux0oApDsY/video.html

    • @KingOfHydra
      @KingOfHydra Před 5 měsíci

      @@JafarFazel ohh thank you... very helpful

  • @yupis999
    @yupis999 Před 11 měsíci

    Bro what a Front did u use ?

    • @JafarFazel
      @JafarFazel  Před 11 měsíci

      Its not a font, I made it.

    • @yupis999
      @yupis999 Před 11 měsíci

      @@JafarFazel genius) I was looking for this front for one hour, ahhah)

    • @JafarFazel
      @JafarFazel  Před 11 měsíci

      @@yupis999 sorry about that!😓
      But in the comments, several people had asked that before and I had told them.

  • @motiongraphicsspot
    @motiongraphicsspot Před 4 měsíci

    Want to learn this skill from start ..can you help me😢

    • @JafarFazel
      @JafarFazel  Před 4 měsíci

      Start by watching this video:
      czcams.com/video/YNSjqVrQu1A/video.html

    • @motiongraphicsspot
      @motiongraphicsspot Před 4 měsíci

      @@JafarFazel ok Bhai ap sa contact ho sakta Hy Kisi or trhan.. please

  • @tegoelzehery8115
    @tegoelzehery8115 Před 11 měsíci

    What is the name of the font please

    • @JafarFazel
      @JafarFazel  Před 11 měsíci +1

      if you mean the Logo, it was designed, it's not a font.

  • @unfkentucky8694
    @unfkentucky8694 Před rokem

    Front name pls)?

  • @gholi.2023
    @gholi.2023 Před rokem

    Excuse me where are you from?

  • @mohdmzee808
    @mohdmzee808 Před 5 měsíci

    How can a beginner do this????

    • @JafarFazel
      @JafarFazel  Před 5 měsíci +2

      by doing things exactly like me, learning always starts with imitation

    • @mohdmzee808
      @mohdmzee808 Před 5 měsíci

      @@JafarFazel i text you so you can help me how to pay the class of motion but you are quite

  • @Skillincreases
    @Skillincreases Před 7 měsíci

    Bro paid work karte hoo.

  • @magicmove4390
    @magicmove4390 Před 7 měsíci

    Watch me for Best Logo Animation tutorial

  • @mdshafqatullah4996
    @mdshafqatullah4996 Před rokem

    Yes bro assalamualaikum,
    As we discussed to take vacation company ordered me to resignation, and now I'm in notice period till 24th may, 😂😂😂😂

    • @mdshafqatullah4996
      @mdshafqatullah4996 Před rokem

      Actually it's happened due to i took wfh till Ramadan and i didn't join in after Eid to the office That's why company frustrated on me.

    • @JafarFazel
      @JafarFazel  Před rokem +1

      ​@@mdshafqatullah4996 Oh, I'm really sorry😓, I hope you find a better job you like.

    • @mdshafqatullah4996
      @mdshafqatullah4996 Před rokem +1

      @@JafarFazel no, you don't need to be sorry you given very good advice, you are very nice and humble man and as i like you, you are kind of inspiration for me. Keep uploading videos and teach us all things. One Last things thank you very much.

    • @JafarFazel
      @JafarFazel  Před rokem

      ​@@mdshafqatullah4996 Thank you for your kind words😍and keep getting better.💪

  • @diegomolina200
    @diegomolina200 Před 11 měsíci +2

    Im noob, too hard for me :(

    • @JafarFazel
      @JafarFazel  Před 11 měsíci

      So I suggest you watch this course!
      czcams.com/video/YNSjqVrQu1A/video.html

  • @mohamadrazaghi8390
    @mohamadrazaghi8390 Před 11 měsíci +1

    آموزشت ناقصه، وسطش میای میگی از موشن تولز استفاده کنین اصن نمیگی این موشن تول رد از کجا باید آورد!!!

  • @jorgetorres7429
    @jorgetorres7429 Před rokem

    hello, Thank you for the tutorial How to get free Duik Angela?

    • @JafarFazel
      @JafarFazel  Před 9 měsíci

      You're welcome 😊
      for download watch this video: czcams.com/video/66ytktbd7BE/video.html

  • @xiongjinbing
    @xiongjinbing Před rokem +1

    still hot😄

  • @MuhammadAhmad-on9go
    @MuhammadAhmad-on9go Před 6 měsíci

    I can do this and I will share the video and project files for free while you have monetized the project.

    • @JafarFazel
      @JafarFazel  Před 6 měsíci

      Was this sentence a question or a Declarative?

  • @InfoCodex
    @InfoCodex Před 11 měsíci

    extraordinary cum easy tut...thanks creator

  • @ShamimAlam-ri2qt
    @ShamimAlam-ri2qt Před rokem +2

    you did not explain how to arange text inot shapie at first... if you srart after text decorating then new learner con not catch you. you should satart your video from zerro. you did not explain how to conver tex to shape. it was importain for new lerner.

    • @JafarFazel
      @JafarFazel  Před rokem +1

      About the letter O
      Create two ellipses (a big ellipse and a small one like the video), then add a merge path modifier to the shape layer and set its mode on the subtract; make sure that the big ellipse must be above the small one. (order of the shapes)

    • @JafarFazel
      @JafarFazel  Před rokem +1

      And sorry, this tutorial is about logo animation, if you want to get better acquainted with all the capabilities of the shapes, I recommend you watch this course.
      czcams.com/video/iCkYJ4153-o/video.html
      Good luck

  • @user-ck8kb8qj5q
    @user-ck8kb8qj5q Před 5 měsíci

    وا چرا فارسی صحبت نمی کنید خوب

    • @JafarFazel
      @JafarFazel  Před 5 měsíci

      خب بیا تو کانال فارسیم.
      czcams.com/channels/vja54jCHcSp5sP0bh5VAFg.html

  • @TheSolution2307
    @TheSolution2307 Před 4 měsíci

    Lost me with expressions and scripts

    • @JafarFazel
      @JafarFazel  Před 4 měsíci +1

      ُSorry!
      Expression is a text that can do things beyond AE without having to install anything
      But the script must be installed to do the same thing, and it usually does things beyond expressions.

    • @DaToTao
      @DaToTao Před 4 měsíci

      Is the scrip free for download?

    • @JafarFazel
      @JafarFazel  Před 4 měsíci

      @@DaToTao Here you are:
      drive.google.com/file/d/1epgpflUREeC7kEBrE11GEtittkeBCKx2/view?usp=sharing

    • @TheSolution2307
      @TheSolution2307 Před 4 měsíci

      It is not your fault. I think I got too ambitious and tried to start running @@JafarFazel

  • @little__secret_9119
    @little__secret_9119 Před rokem

    Hi there, i have 1GB Graphic card unfortunately. but I have a powerful Pc with Ryzen 5 3600 6 core, 16gb ram and Nvme ssd can i make logo animation in after effects in 60fps i Really want to know your Answer. Thank you 🪐♥️

    • @JafarFazel
      @JafarFazel  Před rokem

      Yes, sure; I made logo animations with less than yours.

    • @little__secret_9119
      @little__secret_9119 Před rokem

      @@JafarFazel but right now i have 1gb graphic card is that ok for it to animate a logo in 60fps?

    • @JafarFazel
      @JafarFazel  Před rokem

      @@little__secret_9119 As far as I know, After Effects uses more CPU than graphics

    • @little__secret_9119
      @little__secret_9119 Před rokem

      @@JafarFazel thanks for your help you got a new Subscriber ♥️

  • @brahsammy664
    @brahsammy664 Před 8 měsíci

    Thank you! It worked! Love it!

  • @tareqq7861
    @tareqq7861 Před rokem

    ❤❤❤