Dynamic Text Animation Tutorial in After Effects | Motion Graphics Tutorial

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ • 24

  • @SmertimbaGraphics
    @SmertimbaGraphics  Рік тому +15

    Expression:
    amp = .1;
    freq = 2.0;
    decay = 5.0;
    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}

    • @SIXENT_.
      @SIXENT_. Рік тому +2

      Everywhere i look, there's always something related to maths! 🤦

    • @Ram7971L
      @Ram7971L Рік тому

      Does this Expression make everything bouncy ??

    • @beccatoychick
      @beccatoychick Рік тому

      I used your expression (thank you!) but it's not bouncy like yours. There is something wrong. Can you tell me what part of the above expression creates the 'bounce'? Thanks so much in advance!

    • @SmertimbaGraphics
      @SmertimbaGraphics  Рік тому

      What's the distance between the keyframes?

    • @beccatoychick
      @beccatoychick Рік тому +1

      @@SmertimbaGraphics I did a little more research and found it didn't bounce because I easy-eased BOTH keyframes and I needed to only easy-ease the first keyframe. :) Thanks so much!

  • @Mifrilae
    @Mifrilae Рік тому +5

    This is the most helpful channel on UA-cam👍❤

  • @TheSupermandrew
    @TheSupermandrew Рік тому +2

    You should do a video on how to appropriately deliver tutorials. This is one of the most informative and efficient channels on the platform. You deserve a lot more attention. The fact that you only have 21K subscribers is a crime. I tell everyone I know about you.

    • @SmertimbaGraphics
      @SmertimbaGraphics  Рік тому

      I am flattered, thank you very much for the kinds words❤😁

  • @ssbotaru
    @ssbotaru Рік тому +3

    This is very interesting and very inspiring..
    Thanks for the expression codes it's very helpful just like the tutorial.
    And am sure gonna replicate this in my own style in my future tutorials on my channel..
    Thanks for always being an inspiration 🌹

  • @Rogi269
    @Rogi269 4 місяці тому +1

    Hello! Great channel and thanks for all the effort you've put into these tutorials! Very helpfull! Ease out and cheers! ;)

  • @yegl7269
    @yegl7269 Рік тому +1

    Just a funny note, if you decrease decay, the bounces will last longer. If you decrease frecuency, it will also affect the way the bounce behaves with Y (like you were playing pinball). If you are struggling like me as a newbie, don´t forget to locate the positions as close as you can, oherwise the expression will make the animation last an eternity....

  • @brasilsdbsp
    @brasilsdbsp Рік тому +1

    very nice job thanks

  • @jaysonfontela5761
    @jaysonfontela5761 Рік тому +2

    💖

  • @TheCubianChain
    @TheCubianChain Рік тому +3

    спасибо братишка за уроки, привет из россии 💗

    • @SmertimbaGraphics
      @SmertimbaGraphics  Рік тому +3

      Всегда пожалуйста

    • @Mifrilae
      @Mifrilae Рік тому +2

      бро, тоже нашёл лучший канал туториалов во всём ютубе?

  • @iraklivaramashvili6343
    @iraklivaramashvili6343 Рік тому +1

    ,,👍👍👍