Easy Pop Up Animation in After Effects for Beginner

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

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

  • @franfinesim
    @franfinesim 4 года назад +3

    Thank you! I did similar, but ti was still stiff. The graph is very clear and I understand it

  • @nerdshredz4662
    @nerdshredz4662 5 лет назад +2

    Just what I was looking for, thank you

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

    Thank you very much. 😍😍😍😍

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

    wow i was looking for this.

  • @rizkysetyomulyono5711
    @rizkysetyomulyono5711 4 года назад

    Simple and great tutorial. Thank you!

  • @SHYST
    @SHYST 4 года назад +4

    sharing the project file in the description would be a huge help

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

    super helpful! thanks :)

  • @yamancan
    @yamancan 5 лет назад +5

    Is there a way to apply same effect to multiple objects (with a delay for each individual) ?

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

    👏👌 ty very much, simple, easy and great tutorial

  • @TheHoshmanddeeba
    @TheHoshmanddeeba 4 года назад

    wow, very nice indeed, i will try this, i am new in aftereffects

  • @iLevon
    @iLevon 6 лет назад +7

    Add simple expression spring instead of many keyframes

    • @riskipradipta8774
      @riskipradipta8774 5 лет назад +3

      How?

    • @polyandpixel7946
      @polyandpixel7946 4 года назад +4

      @@riskipradipta8774 make a scale keyframe e.g 0 to 100% - then hold alt, click on the scale keyframe icon clock and add this code
      n = 0;
      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 < 1){
      v = velocityAtTime(key(n).time - thisComp.frameDuration/10);
      amp = .06;
      freq = 3;
      decay = 5.0;
      value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);
      }else{
      value;
      }

    • @K.e1v
      @K.e1v 3 года назад

      As a beginner i find this more difficult, do i have to type this every time simply?

  • @idk4syre369
    @idk4syre369 5 лет назад

    do we have to memories the number ?

  • @Graziella_ok
    @Graziella_ok 3 месяца назад

    no no no when i do it it does not come out fast it comes out slow

    • @MoveShapes
      @MoveShapes  3 месяца назад

      Keyframe Timing: Check the spacing between your keyframes. If the keyframes are too far apart, the animation will appear slow. Try moving them closer together to speed up the pop-up effect.