5 Bounce Text Animation In After Effects | Typography Tutorial | Free Project File

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 26

  • @georgekumakanga717
    @georgekumakanga717 2 года назад

    Awesome work bruh

  • @anabelenponcedeleoncastro9893
    @anabelenponcedeleoncastro9893 Год назад +9

    if the script didn't work for you, here it is, just in case.
    The First:
    freq = 1;
    decay = 5;
    duration = 0.4;
    retard = textIndex*thisComp.frameDuration*1;
    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);}
    The Second:
    S_freq = 1;
    S_decay = 5;
    S_amp = 1;
    S_duration = 0.25;
    S_startDelay = 0; // change it according to the situation
    startVal = [100,100,100];
    endVal = [0,0,0];
    retard = (textTotal-textIndex+1)*thisComp.frameDuration*S_amp;
    t = (outPoint-retard) - time - S_startDelay;
    if (t < S_duration){
    linear(t,0,S_duration,startVal,endVal);
    }else{
    amp = (endVal - startVal)/S_duration;
    w = S_freq*Math.PI*2;
    endVal + amp*(Math.sin((t-S_duration)*w)/Math.exp(S_decay*(t-S_duration))/w);
    }

  • @f2pff270
    @f2pff270 Год назад

    i am learning so much from you and i also want to learn this as well so plz tell me what problem it can be

    • @ROYALzCREATION
      @ROYALzCREATION  Год назад +1

      My Pleasure, Can you please message me on Instagram? @royalzcreation

    • @f2pff270
      @f2pff270 Год назад

      @@ROYALzCREATION thanks bro but i made a sol myself acoording to your previous videos i managed to make my own outro animation

    • @f2pff270
      @f2pff270 Год назад

      @@ROYALzCREATION still you are the best thanks for giving my comments your valuable time

    • @ROYALzCREATION
      @ROYALzCREATION  Год назад

      That's great 👍

  • @cyanyu9668
    @cyanyu9668 Год назад +1

    Hi! It's awesome! but I can't found the script...

    • @ROYALzCREATION
      @ROYALzCREATION  Год назад

      Thanks a lot... Script is in the description

    • @cyanyu9668
      @cyanyu9668 Год назад

      @@ROYALzCREATION OH Yeah!! I got it! million thanks!!

  • @ezrasastry2556
    @ezrasastry2556 3 года назад

    Hello Bro, I've seen your videos. They are awesome and I have a question bro . I was not able to use Element 3d So I bought ZOTAC GeForce GT 710 2GB DDR3 Zone Edition Graphics Card . Can I run element 3d with this graphic card please tell ...

    • @ROYALzCREATION
      @ROYALzCREATION  3 года назад

      Hello, Thanks and element 3D does not support ZOTAC GeForce GT 710 graphics cards

    • @ezrasastry2556
      @ezrasastry2556 3 года назад

      @@ROYALzCREATION then tell me the cheapest graphic cards which can support element 3d . we cant afford much bcoz we are students. please reply

    • @ROYALzCREATION
      @ROYALzCREATION  3 года назад

      I recommend GeForce GTX 1050 Ti Graphics Card but this year all graphics card are in double price due to lack of supply . Next year it could be at normal price 🤞

  • @likisimpson5502
    @likisimpson5502 Год назад

    Hi your out script code is wrong has some problems. Thank u

  • @stevegalinos5590
    @stevegalinos5590 Год назад

    Hello there, where do I find the expression script to copy and paste from?

  • @f2pff270
    @f2pff270 Год назад

    bro i dont know why but outro script not working

  • @f2pff270
    @f2pff270 Год назад

    outro script not working

  • @f2pff270
    @f2pff270 Год назад

    plz reply

  • @glitterbrainrot
    @glitterbrainrot 2 года назад

    Where is the script???

  • @f2pff270
    @f2pff270 Год назад

    there is problem with script

    • @ROYALzCREATION
      @ROYALzCREATION  Год назад

      Did you changed the Position value to positive?

    • @f2pff270
      @f2pff270 Год назад

      @@ROYALzCREATION yes bro