Advanced Text Animation - After Effects AMV Tutorial

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

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

  • @erzaxuwu6596
    @erzaxuwu6596  19 ชั่วโมงที่ผ่านมา

    finally got my New Year's break from my work, so now I’ve got time to work on a bunch of tutorials.
    drop your suggestions for the next ones, and I’ll get them all done

    • @mr.unknown4614
      @mr.unknown4614 17 ชั่วโมงที่ผ่านมา

      How to make minecraft iron farm newest version pls

  • @angkin18
    @angkin18 19 ชั่วโมงที่ผ่านมา

    first

  • @s1vle.
    @s1vle. 19 ชั่วโมงที่ผ่านมา

    Real

  • @sadboyhuongnoi
    @sadboyhuongnoi 18 ชั่วโมงที่ผ่านมา

    Text like visper :((

  • @erzaxuwu6596
    @erzaxuwu6596  19 ชั่วโมงที่ผ่านมา

    ( it's not my code so please give the credit to the person who made it )
    delay = .05
    ;
    myDelay = delay*textIndex;
    t = (time - inPoint) - myDelay;
    if (t >= 0){
    freq =1;
    amplitude = 200;
    decay = 5.0;
    s = amplitude*Math.cos(freq*t*2*Math.PI)/Math.exp(decay*t);
    [s,s]
    }else{
    value
    }