Quantcast
Channel: Adobe Community : Discussion List - After Effects Scripting
Viewing all articles
Browse latest Browse all 2143

I'm looking for a way to animate a json file over time

$
0
0

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"

    },


Viewing all articles
Browse latest Browse all 2143

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>