How To Make A Stylistic Fire Animation In After Effects | Tutorial

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

КОМЕНТАРІ • 6

  • @Languagetubee
    @Languagetubee 3 місяці тому +1

    Please upload more videos about Johnny Harris and Vox style editing tutorial

  • @mohamadsaid4632
    @mohamadsaid4632 3 місяці тому

    Go

  • @braobarbosa9780
    @braobarbosa9780 3 місяці тому +1

    Nice tutorial, dude.
    This is the expression I use when I need to loop paths. Hope it helps:
    try{
    timeStart = thisProperty.key(1).time;
    duration = thisProperty.key(thisProperty.numKeys).time-timeStart;
    pingPong = false; //change to true value if you want to loop animation back & forth
    quant=Math.floor((time-timeStart)/duration);
    if(quant

    • @motionnerds
      @motionnerds  2 місяці тому

      This is great thanks for sharing this knowledge