-
Animating a table with expressions
Hi,
here is what I would like to do:
Have an animated sports table with say 30 teams for a time period auf 30 days.
Per day the position of each team should change accordingly to its ranking – for instance team1 ranked no.1 on day one but lost and went down to no.2 on day 2 etc. I want this to be based on data I can input into a text-document or csv or a json. Then maybe have a linear expression to read out the data as an array. But that may not be the best way to do it. So the final result should show a representation of the changing rankings of each team over a period of time.
How would you approach this task without keyframing everything? Any hint on where to start from would be great!Cheers