Smooth Bouncy Text Animation Tutorial in After Effects | Overshoot Bounce | No Plugins

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

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

    freq = 1;
    decay = 5;
    duration = 0.10;
    retard = textIndex*thisComp.frameDuration*2;
    t = time - (inPoint + retard);
    startVal = [100,100,100];endVal = [0,0,0];
    if (t < duration){
    linear(t,0,duration,startVal,endVal);
    }else{
    amp = (endVal - startVal)/duration;
    w = freq*Math.PI*2;
    endVal + amp*(Math.sin((t-duration)*w)/Math.exp(decay*(t-duration))/w);}

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

    Great resource, thanks ❤

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

    Thanks for your efforts and tutorial keep making

  • @annetterays4471
    @annetterays4471 ปีที่แล้ว +3

    Brilliant!! You have saved me hours of trying to figure this out for myself. Thank for clear and wonderful tutorial :)

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

    That expression is incredible, thank you. Love the method for saving it as a preset too, that's something I should have known but didn't.

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

    very nice, very clean :).. thanks mate

  • @datascience1519
    @datascience1519 11 หลายเดือนก่อน +1

    Many thanks

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

    Excellent tutorial!

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

    THANK YOU SO MUCH!

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

    Liked and Commented

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

    Awesome ❤️ ❤️

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

    Thanks so much for this helpful tutorial! This worked great! I'm also trying to do something similar to this but with vector letters I pulled in from illustrator. It's for a logo and the client doesn't know the font that was used so I have to work with the vectors. Is there a way to do something similar to this, but with vectors? Thanks for your help!

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

      Most of bounce animations are only done with text layers, vectors are a bit weird, best bet is to nail the font

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

      @@SmertimbaGraphics Yea, makes sense. I wish the client could remember the font they used:) Thanks for the quick reply and thanks again for the tutorial!

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

      @@danvshimself you can make a font out of these letters, and then apply the effect

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

      @@motionmeow Thank you! I'll try that

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

    thx bro !

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

    Excelente explicacion, Muchas Gracias por el aporte !!

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

    First of all, Thank you so much. Such A wonderful tutorial. How can I change the start time of this Animation?

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

      You're welcome and thanks for watching 😊
      I way you could do that is to offset the layer forward in time or precompose it and use time remapping to control the start and end time.

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

    I want the text to keep bouncing again and again - not just once... What should be done to achieve this? (The animation is amazing btw😍)

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

      Change the values inside of the expression until you get it

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

    Ty so much for this vid, if its not to much trouble to splain, is there a way to create the same effect but not a "bounce in" text, but a "bounce out" tex? I just cant make it u.u ty

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

      Thanks.
      I don't think this method would work, you could try other one: th-cam.com/video/rDwdXeouQVU/w-d-xo.html
      But you need to reverse the keyframes

  • @Alvin-pq7yr
    @Alvin-pq7yr ปีที่แล้ว +2

    how do you make the animation faster?

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

      pre-compose the text layer and use time remapping to control the speed

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

    is there a method to reverse the direction of the expression - so that it starts from right to left?

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

      I don't think there is a way to do that with this method. Try the one without expression, bouncy text

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

    2:35 creating preset

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

    What if se want to do it on a logo with shape layes?

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

      This only works for texxt layers, to make a logo bounce you could add keyframes manually to a regular position property

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

    how can i add this same effect to a second line of text below the first but to play SLIGHTLY AFTER the first animation ends???

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

      Add a second text layer with this animation and offset it forward in time

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

    Do a rotation edit tutorial please

    • @SmertimbaGraphics
      @SmertimbaGraphics  2 ปีที่แล้ว

      Text rotation?

    • @ITRFX5503
      @ITRFX5503 2 ปีที่แล้ว

      @@SmertimbaGraphics nope

    • @SmertimbaGraphics
      @SmertimbaGraphics  2 ปีที่แล้ว

      Hmm, what is it then 😁

    • @cyrusEdits864
      @cyrusEdits864 2 ปีที่แล้ว

      @@SmertimbaGraphics Hes probably referring to "rotation transition"

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

      In that case I have a few rotation transition tutorials already 😁

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

    💖💖💖

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

    Is there a way to adjust this so the letters come in randomly?

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

      Don't think so, it's designed to follow an order from left to right

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

    🧐

  • @rod_rmk9370
    @rod_rmk9370 2 หลายเดือนก่อน +1

    freq = 1;
    decay = 5;
    duration = 0.10;
    retard = textIndex*thisComp.frameDuration*2;
    t = time - (inPoint + retard);
    startVal = [100,100,100];endVal = [0,0,0];
    if (t < duration){
    linear(t,0,duration,startVal,endVal);
    }else{
    amp = (endVal - startVal)/duration;
    w = freq*Math.PI*2;
    endVal + amp*(Math.sin((t-duration)*w)/Math.exp(decay*(t-duration))/w);}