So i'm looking for a way to animate the source text of a file so that it can reference three fields of a JSON file (name, time, and duration).
I want "name" to update the source text at "time" and stay on as long as "duration" (you can ignore confidence). It's kind of like a subtitle but I only want a single word to come up at a time. Does anybody know how to do this?? I've been trying all morning.....
{
"words": [
{
"duration": "0.09",
"confidence": "0.990",
"name": "The",
"time": "0.09"
},
{
"duration": "0.46",
"confidence": "1.000",
"name": "last",
"time": "0.18"
},
{
"duration": "0.16",
"confidence": "0.710",
"name": "and",
"time": "0.65"
},
{
"duration": "0.48",
"confidence": "0.820",
"name": "rebury",
"time": "1.77"
},