After Effects Data Driven Animation Tutorial

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

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

  • @waynelewis7334
    @waynelewis7334 3 года назад +1

    Love your explanation of a null object as "a bucket for data"!

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

    Fantastic tutorial! Going to save us all so many time doing market report videos every month at my full time employer!

  • @varianttiantti
    @varianttiantti 6 месяцев назад

    Great one! Most tutorials do not show how to set it up to animate between more than two datapoints.

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

    This is awesome. Just learned about the thisLayer.name function in expressions. You could reference the layer names in your code re: category. Cheers

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

    thank you for creating this, very helpful, do more

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

    Excellent tutorial. Thanks

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

    Thank you very much dude! super helpful

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

    Unreal. Thanks for this :)

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

    Wow that was mind opening!!

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

    great tutorial! I wanted to use this to manipulate the opacity of different shape layers, but I can't get it working. Does anyone know how to apply this one to opacity? I have a json file with about 500 "years"..

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

    Error Object of type found where a Number, Array or Property is needed in the line of valueArray[i] = linear(... any idea how to fix?

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

    help me! Error
    undefined value used in expression (could be an out of range array subscript )
    endValue = valueArray[2014+x+1];
    h= ease(time, segDur*x, segDur*(x+1), startValue, endValue);

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

    Super helpful tutorial! Thanks alot!
    I tweaked it a little to animate a map showing corona-cases in different regions. I added a few sliders to be able to dynamically change the data that is going into the animation, for example the weeks that will be taken in account.
    I keep on getting the same expression error after the animation is done: "undefined value used in expression (could be an out of range array subscript)" even though I added the part that should freeze the last state of the animation
    Am I missing something obvious?

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

      nvm - I wrote "

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

      @@lutas1611 I have the same trouble, is it the only thing you've changed? I still get undefined expression error :(

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

      @@christelejlersen4067 yeah, for me that was the only error inside my code. As a cheap workaround you can try cutting the layer when the animation is done (before it switches to error), precomp it and do timeremappingwith freeze on last frame.

    • @christelejlersen4067
      @christelejlersen4067 4 года назад +1

      @@lutas1611 thank you so much :) I will try to do that instead

    • @lutas1611
      @lutas1611 4 года назад +1

      @@christelejlersen4067 good luck :) You can also try to go through your code piece by piece and see if you missed something. it took me a week to figure out that little error…

  • @ghadeerbadri1579
    @ghadeerbadri1579 3 года назад +1

    It is so hard , 😭😭😭