CSV Data Driven with Ease Ease
Hello.
I have a CSV in AE that has 5 columns, each with 11 rows of data written as a percentage.
I have 5 shape layers (bar graphs) in my comp.
Can you please help me create an expression that controls the height (using the y scale %) of my shape layers according to the percentage in the row?
The tricky bit I’m finding is I need it to pause on each row for 1 second, then easy ease into the next row, pause etc…
So when I play it back, the 5 bars are going up and down depending on the percentage in that given year.
It would be good if it was possible to control the duration of the pause, and easy ease transition between each data point.
I started with this, but I’m running into all sorts of errors.
x = 100;
y = footage("Test2.csv").dataValue([0,timeToFrames(time,.5)+1]);
[x,y]
Thank you for any guidence!
