-
Animating ellipses based on criteria?
I want to create 60 ellipses and animate them based on some data.
They represent three different groups of schools.First I want all the 60 static for 10 seconds.
Then I want the first group to move to new x/y positions.
Then I want the second, and lastly the third.Question 1: Is this best done using Scripting or a combination of Scripting and Expressions?
Question 2: If I’d like to add more animations, what is the suggested workflow? Undoing the creation of everything or somehow targeting layers already created?Ideally I’d also like to be able to do some fine-tuning (i.e. move a specific ellipse) manually without having to go back to coding.
Thanks!