-
How to Animate a Slider with external Json file?
Hello,
So I am trying to make an array of numbers, 48 numbers to be exact. And would like After Effects to use that data written on a Json file and have it imported to a slider. Also, having the numbers change every four seconds.
Example of what i mean:
Array-
[
{
“ID”: 1,
“slider”: 1000,
“duration”: 4
},
{
“ID”: 2,
“slider”:2000 ,
“duration”: 4
},so when the slider starts at 1,000 it animates and plays all the numbers between 1,000-2,000 within four seconds and then gets to 2,000.
How could i go about doing this?
I am new to coding so please if you are kind enough to explain this to me.
Thank you!