Inertia in After Effects

Sdílet
Vložit
  • čas přidán 17. 08. 2021
  • ▼ After Effects Beginners Course ▼
    www.domestika.org/en/courses/...
    Learn how to create a bounce effect with expressions in After Effects. In this easy After Effects tutorial, you will learn how to create fast and easy movements with inertia. I will show you how to create this with a simple expression in Adobe After Effects.
    -----------------------------------------------
    The expression is pinned as the top comment or check out this link by Harry Frank with some other cool expressions including the one in this video:
    www.graymachine.com/top-5-eff...
    Illustration:
    elements.envato.com/kawaii-sp...
    Animation Composer
    misterhorse.tv/products/animat...
    -----------------------------------------------
    Website: tierney.tv
    Instagram: instagram.tierney.tv
    Behance: behance.tierney.tv
    CZcams: youtube.tierney.tv
    Thanks for stopping by :)
    Michael Tierney
    Motion Designer
    www.tierney.tv
    #AfterEffects #Inertia #Expressions

Komentáře • 15

  • @Michael_Tierney
    @Michael_Tierney  Před 2 lety +16

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

  • @jenn4299
    @jenn4299 Před 2 lety +2

    and it’s short thank u sm for making it short enough to understand and follow

    • @Michael_Tierney
      @Michael_Tierney  Před 2 lety +2

      No problem at all. That's what I'm aiming for with my channel. Easy to understand, short and fun :)

  • @helenorr9905
    @helenorr9905 Před 2 lety

    Thanks, Michael. Great stuff. Just finished one of your courses on Domestic - same no-nonsense, easy to follow format with awesome results - loved it.

  • @moirahornik4562
    @moirahornik4562 Před 2 lety +2

    Thanks for making another skill so quick and easy to learn!

  • @ThatDudefromDavao
    @ThatDudefromDavao Před 2 lety

    Thank you so much !
    More power to this channel.

  • @nomanaziz9251
    @nomanaziz9251 Před 2 lety

    Thanks Sir.......

  • @knotty4700
    @knotty4700 Před 2 lety +2

    great video!

  • @adrianfels2985
    @adrianfels2985 Před 2 lety

    I'm very thankful you give those expressions for free to us.
    But honestly, I'm sorry but I don't learn that much with these tuts. Is there any possible way to explain how such an expression works in detail?
    Thanks, Adrian.

  • @jenn4299
    @jenn4299 Před 2 lety +2

    omg i needed this thank uuuu

  • @emanuelporic
    @emanuelporic Před 2 lety +3

    Can I use this for position and scale too?